Interface CreateAssistantOptions

The CreateAssistantOptions interface describes the name and optional configurations that can be passed when creating an Assistant.

Hierarchy

  • CreateAssistantOptions

Properties

instructions?: string

Optional instructions for the Assistant. Instructions can [customize tone, role, and focus]https://www.pinecone.io/learn/assistant-api-deep-dive/#Custom-Instructions.

metadata?: Record<string, string>

Optional metadata for 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 '-'.

region?: string

Optional region for the Assistant. The region is where the Assistant is deployed. The default region is 'us'. The other option is 'eu'.