{
"assistant_id": "string",
"thread": {
"messages": [
{
"role": "user",
"content": "string",
"attachments": [
{
"file_id": "string",
"tools": [
{
"type": "code_interpreter"
}
]
}
],
"metadata": {
"property1": "string",
"property2": "string"
}
}
],
"tool_resources": {
"code_interpreter": {
"file_ids": []
},
"file_search": {}
},
"metadata": {
"property1": "string",
"property2": "string"
}
},
"model": "string",
"instructions": "string",
"tools": [
{
"type": "code_interpreter"
}
],
"tool_resources": {
"code_interpreter": {
"file_ids": []
},
"file_search": {
"vector_store_ids": [
"string"
]
}
},
"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"
}