Interface AssistantFileModel

Represents a file associated with an assistant.

Hierarchy

  • AssistantFileModel

Properties

createdOn?: Date

The date and time the file was created.

errorMessage?: null | string

A message describing any error during file processing, provided only if an error occurs.

id: string

The unique identifier for the file.

metadata?: null | object

Optional metadata associated with the file.

name: string

The name of the file.

percentDone?: null | number

The percentage of the file that has been processed

signedUrl?: null | string

A signed url that gives you access to the underlying file

The current status of the file.

updatedOn?: Date

The date and time the file was last updated.