Method: OpenApiOpenAIClient::AssistantObject#file_ids

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

#file_idsObject

A list of [file](/docs/api-reference/files) IDs attached to this assistant. There can be a maximum of 20 files attached to the assistant. Files are ordered by their creation date in ascending order.



44
45
46
# File 'lib/openapi_openai/models/assistant_object.rb', line 44

def file_ids
  @file_ids
end