{
"stream": true,
"thinking_enabled": true,
"tool_choice": {},
"response_format": {},
"input_compliance_check": true,
"output_compliance_check": true,
"sessionId": "string",
"title": "string",
"modelCode": "string",
"messages": [
{
"role": "string",
"content": [
{
"type": "string",
"text": "string",
"imageUrl": "string",
"inputAudio": {
"data": "string",
"format": "string"
},
"fileName": "string",
"fileUrl": "string"
}
],
"toolCallId": "string",
"toolCalls": [
{
"id": "string",
"type": "string",
"function": {
"name": "string",
"arguments": "string"
}
}
]
}
],
"temperature": 0,
"maxTokens": 0,
"reasoningEffort": "string",
"tools": [
{
"key": {}
}
]
}