langchain/docs/examples/prompts/example_prompt.json
2022-11-19 20:32:45 -08:00

5 lines
100 B
JSON

{
"input_variables": ["input", "output"],
"template": "Input: {input}\nOutput: {output}"
}