mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 23:12:38 +00:00
Fix closing bracket in length-based selector snippet (#11294)
**Description:** Fix a forgotten closing bracket in the length-based selector snippet Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ examples = [
|
||||
{"input": "energetic", "output": "lethargic"},
|
||||
{"input": "sunny", "output": "gloomy"},
|
||||
{"input": "windy", "output": "calm"},
|
||||
]
|
||||
|
||||
example_prompt = PromptTemplate(
|
||||
input_variables=["input", "output"],
|
||||
|
Reference in New Issue
Block a user