Method: OpenAI::Models::Beta::AssistantCreateParams#tools
- Defined in:
- lib/openai/models/beta/assistant_create_params.rb
#tools ⇒ Array<OpenAI::Models::Beta::CodeInterpreterTool, OpenAI::Models::Beta::FileSearchTool, OpenAI::Models::Beta::FunctionTool>?
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.
110 |
# File 'lib/openai/models/beta/assistant_create_params.rb', line 110 optional :tools, -> { OpenAI::Internal::Type::ArrayOf[union: OpenAI::Beta::AssistantTool] } |