Name | Type | Description | Notes |
---|---|---|---|
file_id | String | A File ID (with `purpose="assistants"`) that the assistant should use. Useful for tools like `retrieval` and `code_interpreter` that can access files. |
require 'openapi_client'
instance = OpenapiClient::CreateAssistantFileRequest.new(
file_id: null
)