forked from Archives/langchain
e45f7e40e8
Co-authored-by: vintro <77507980+vintrocode@users.noreply.github.com>
15 lines
296 B
YAML
15 lines
296 B
YAML
_type: few_shot
|
|
input_variables:
|
|
["adjective"]
|
|
prefix:
|
|
Write antonyms for the following words.
|
|
example_prompt:
|
|
input_variables:
|
|
["input", "output"]
|
|
template:
|
|
"Input: {input}\nOutput: {output}"
|
|
examples:
|
|
examples.yaml
|
|
suffix:
|
|
"Input: {adjective}\nOutput:"
|