File size: 517 Bytes
ac6def5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
    "_type": "few_shot",
    "input_variables": ["conversation_history"],
    "prefix_path": "./templates/user_response_prompt_prefix_template.txt",
    "example_prompt": {
        "_type": "prompt",
        "input_variables": ["conversation_history", "user_responses"],
        "template": "conversation_history: \n{conversation_history}\n{user_responses}"
    },
    "examples": "./templates/examples/user_response_prompt_examples.json",
    "suffix_path": "./templates/user_response_prompt_suffix_template.txt"
}