AssistantThread interface
Information about a single thread associated with an assistant.
Properties
created |
The Unix timestamp, in seconds, representing when this object was created. |
id | The identifier, which can be referenced in API endpoints. |
metadata | A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. |
Property Details
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
metadata
A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length.
metadata: null | Record<string, string>
Property Value
null | Record<string, string>
Azure SDK for JavaScript