class

OpenAI::CreateThreadAndRunRequestToolResourcesFileSearch

Inherits JSON::Serializable < Reference < Object

Constructors

new(vector_store_ids : Array(String) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

vector_store_ids

The ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.

Source
vector_store_ids=(vector_store_ids : Array(String) | Nil)

The ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.

Source