langchain/docs/modules/prompts/examples/simple_prompt.json

5 lines
115 B
JSON
Raw Normal View History

2022-11-20 04:32:45 +00:00
{
"input_variables": ["adjective", "content"],
"template": "Tell me a {adjective} joke about {content}."
}