langchain/tests/unit_tests/data/prompts/simple_prompt.json

4 lines
71 B
JSON
Raw Normal View History

2022-10-24 21:51:15 +00:00
{
"input_variables": ["foo"],
"template": "This is a {foo} test."
}