Interface AssistantModel

The AssistantModel interface describes the configuration and status of a Pinecone Assistant.

Hierarchy

  • AssistantModel

Properties

createdAt?: Date

The date and time the assistant was created.

host?: string

The host where the assistant is deployed.

instructions?: null | string

Optional description or directive for the assistant to apply to all responses.

metadata?: null | object

Optional metadata associated with the assistant.

name: string

The name of the assistant. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.

The current status of the assistant. Can be one of 'Initializing', 'Failed', 'Ready', or 'Terminating'.

updatedAt?: Date

The date and time the assistant was last updated.