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:
Oleg Sinavski
2023-10-02 20:36:58 +01:00
committed by GitHub
parent 38d5b63a10
commit 0b08a17e31

View File

@@ -11,6 +11,7 @@ examples = [
{"input": "energetic", "output": "lethargic"},
{"input": "sunny", "output": "gloomy"},
{"input": "windy", "output": "calm"},
]
example_prompt = PromptTemplate(
input_variables=["input", "output"],