langchain/docs/examples/prompts/example_prompt.json

5 lines
100 B
JSON
Raw Normal View History

2022-11-20 04:32:45 +00:00
{
"input_variables": ["input", "output"],
"template": "Input: {input}\nOutput: {output}"
}