Class: OpenAI::Models::Beta::AssistantUpdateParams::ToolResources::FileSearch
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Beta::AssistantUpdateParams::ToolResources::FileSearch
- Defined in:
- lib/openai/models/beta/assistant_update_params.rb,
sig/openai/models/beta/assistant_update_params.rbs
Overview
Instance Attribute Summary collapse
-
#vector_store_ids ⇒ Array<String>?
Overrides the vector store attached to this assistant.
Instance Method Summary collapse
-
#initialize(vector_store_ids: nil) ⇒ FileSearch
constructor
Some parameter documentations has been truncated, see FileSearch for more details.
- #to_hash ⇒ { vector_store_ids: ::Array[String] }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(vector_store_ids: nil) ⇒ FileSearch
Some parameter documentations has been truncated, see OpenAI::Models::Beta::AssistantUpdateParams::ToolResources::FileSearch for more details.
|
|
# File 'lib/openai/models/beta/assistant_update_params.rb', line 356
|
Instance Attribute Details
#vector_store_ids ⇒ Array<String>?
Overrides the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.
354 |
# File 'lib/openai/models/beta/assistant_update_params.rb', line 354 optional :vector_store_ids, OpenAI::Internal::Type::ArrayOf[String] |
Instance Method Details
#to_hash ⇒ { vector_store_ids: ::Array[String] }
233 |
# File 'sig/openai/models/beta/assistant_update_params.rbs', line 233
def to_hash: -> { vector_store_ids: ::Array[String] }
|