Skip to content

assistant_file

Classes:

Name Description
AssistantFile

AssistantFile

Attributes:

Name Type Description
assistant_id str

The assistant ID that the file is attached to.

created_at int

The Unix timestamp (in seconds) for when the assistant file was created.

id str

The identifier, which can be referenced in API endpoints.

object Literal['assistant.file']

The object type, which is always assistant.file.

assistant_id instance-attribute

assistant_id: str

The assistant ID that the file is attached to.

created_at instance-attribute

created_at: int

The Unix timestamp (in seconds) for when the assistant file was created.

id instance-attribute

id: str

The identifier, which can be referenced in API endpoints.

object instance-attribute

object: Literal['assistant.file']

The object type, which is always assistant.file.