mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 04:49:17 +00:00
add few shot example (#148)
This commit is contained in:
4
docs/examples/prompts/example_prompt.json
Normal file
4
docs/examples/prompts/example_prompt.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"input_variables": ["input", "output"],
|
||||
"template": "Input: {input}\nOutput: {output}"
|
||||
}
|
Reference in New Issue
Block a user