{
"id": "string",
"object": "string",
"created_at": 0,
"assistant_id": "string",
"thread_id": "string",
"status": "string",
"started_at": 0,
"expires_at": null,
"cancelled_at": null,
"failed_at": null,
"completed_at": 0,
"last_error": null,
"model": "string",
"instructions": null,
"incomplete_details": null,
"tools": [
{
"type": "string"
}
],
"file_ids": [
"string"
],
"metadata": {},
"usage": null,
"temperature": 0,
"top_p": 0,
"max_prompt_tokens": 0,
"max_completion_tokens": 0,
"truncation_strategy": {
"type": "string",
"last_messages": null
},
"response_format": "string",
"tool_choice": "string"
}