Last updated 7 months ago
Was this helpful?
OpenAI
The ID of the assistant to retrieve.
Represents an assistant that can call the model and use tools.
assistant
OK
{ "id": "text", "object": "assistant", "created_at": 1, "name": "text", "description": "text", "model": "text", "instructions": "text", "tools": [ { "type": "code_interpreter" } ], "tool_resources": { "code_interpreter": { "file_ids": [ "text" ] }, "file_search": { "vector_store_ids": [ "text" ] } }, "metadata": {}, "temperature": 1, "top_p": 1, "response_format": "none" }