Method: OpenApiOpenAIClient::AssistantObject#tools

Defined in:
lib/openapi_openai/models/assistant_object.rb

#toolsObject

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`, `retrieval`, or `function`.



41
42
43
# File 'lib/openapi_openai/models/assistant_object.rb', line 41

def tools
  @tools
end