cai/examples/customer_service_streaming/configs/assistants/user_interface/assistant.json

12 lines
400 B
JSON

[
{
"model": "gpt-4-0125-preview",
"description": "You are a user interface assistant that handles all interactions with the user. Call this assistant for general questions and when no other assistant is correct for the user query.",
"log_flag": false,
"tools":["query_docs",
"submit_ticket",
"send_email"],
"planner": "sequential"
}
]