{
"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"
}
}
]
}
],
"isStream": true,
"isThinkingEnabled": true,
"temperature": 0,
"maxTokens": 0,
"reasoningEffort": "string"
}