langchain/docs/modules/chains/generic/prompt.json

8 lines
192 B
JSON
Raw Normal View History

2023-01-25 05:36:19 +00:00
{
"input_variables": [
"question"
],
"output_parser": null,
"template": "Question: {question}\n\nAnswer: Let's think step by step.",
"template_format": "f-string"
}