AssistantFile interface
Information about a file attached to an assistant, as used by tools that can read files.
Properties
| assistant |
The assistant ID that the file is attached to. |
| created |
The Unix timestamp, in seconds, representing when this object was created. |
| id | The identifier, which can be referenced in API endpoints. |
Property Details
assistantId
The assistant ID that the file is attached to.
assistantId: string
Property Value
string
createdAt
The Unix timestamp, in seconds, representing when this object was created.
createdAt: Date
Property Value
Date
id
The identifier, which can be referenced in API endpoints.
id: string
Property Value
string