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

5 lines
87 B
JSON
Raw Normal View History

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