chatwine-korean / templates /user_response_prompt.json
SungBeom's picture
Upload 10 files
ac6def5
raw
history blame
517 Bytes
{
"_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"
}