mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
705431aecc
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
16 lines
314 B
YAML
16 lines
314 B
YAML
_type: few_shot
|
|
input_variables:
|
|
["adjective"]
|
|
prefix:
|
|
Write antonyms for the following words.
|
|
example_prompt:
|
|
_type: prompt
|
|
input_variables:
|
|
["input", "output"]
|
|
template:
|
|
"Input: {input}\nOutput: {output}"
|
|
examples:
|
|
examples.json
|
|
suffix:
|
|
"Input: {adjective}\nOutput:"
|