cai/examples/customer_service_streaming/configs/tools/submit_ticket/tool.json

20 lines
460 B
JSON

{
"type": "function",
"function": {
"name": "submit_ticket",
"description": "Tool to submit a help ticket for an issue or request for the OpenAI help center.",
"parameters": {
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "Brief description of the technical details of the complaint."
}
},
"required": [
"description"
]
}
}
}