{
"assistant_id": "string",
"model": "string",
"reasoning_effort": "medium",
"instructions": "string",
"additional_instructions": "string",
"additional_messages": [
{
"role": "user",
"content": "string",
"attachments": [
{
"file_id": "string",
"tools": [
{
"type": "code_interpreter"
}
]
}
],
"metadata": {
"property1": "string",
"property2": "string"
}
}
],
"tools": [
{
"type": "code_interpreter"
}
],
"metadata": {
"property1": "string",
"property2": "string"
},
"temperature": 1,
"top_p": 1,
"stream": true,
"max_prompt_tokens": 256,
"max_completion_tokens": 256,
"truncation_strategy": {
"type": "auto",
"last_messages": 1
},
"tool_choice": "none",
"parallel_tool_calls": true,
"response_format": "auto"
}