langchain/tests/unit_tests/data/prompts/simple_prompt.json
2022-10-24 14:51:15 -07:00

4 lines
71 B
JSON

{
"input_variables": ["foo"],
"template": "This is a {foo} test."
}