langchain/docs/modules/prompts/examples/few_shot_prompt_example_prompt.json

9 lines
254 B
JSON
Raw Normal View History

2022-11-20 04:32:45 +00:00
{
"_type": "few_shot",
"input_variables": ["adjective"],
"prefix": "Write antonyms for the following words.",
"example_prompt_path": "example_prompt.json",
"examples": "examples.json",
"suffix": "Input: {adjective}\nOutput:"
}