assistant that can call the model and use tools.{
"id": "string",
"object": "assistant",
"created_at": 0,
"name": "string",
"description": "string",
"model": "string",
"instructions": "string",
"tools": [],
"tool_resources": {
"code_interpreter": {
"file_ids": []
},
"file_search": {
"vector_store_ids": [
"string"
]
}
},
"metadata": {
"property1": "string",
"property2": "string"
},
"temperature": 1,
"top_p": 1,
"response_format": "auto"
}