AssistantFile

data class AssistantFile(val id: FileId, val createdAt: Int, val assistantId: AssistantId)

File attached to an assistant.

Constructors

Link copied to clipboard
constructor(id: FileId, createdAt: Int, assistantId: AssistantId)

Properties

Link copied to clipboard

The assistant ID that the file is attached to.

Link copied to clipboard

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

Link copied to clipboard
val id: FileId

The identifier, which can be referenced in API endpoints.