OpenAI::AssistantObject
Inherits JSON::Serializable < Reference < Object
Represents an assistant that can call the model and use tools.
Constructors
Instance methods
The Unix timestamp (in seconds) for when the assistant was created.
ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them.
ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them.
A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types code_interpreter, file_search, or function.
A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types code_interpreter, file_search, or function.