{ "name": "retrieve_assistant", "description": "Retrieves an assistant object using its identifier.", "strict": false, "parameters": { "type": "object", "required": [ "assistant_id" ], "properties": { "assistant_id": { "type": "string", "description": "The unique identifier of the assistant to retrieve." } }, "additionalProperties": false } }