Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Interface CreateAssistantOptions

    The configuration needed to create an assistant.

    interface CreateAssistantOptions {
        instructions?: string;
        metadata?: Record<string, string>;
        name: string;
        region?: string;
    }
    Index
    instructions?: string

    Description or directive for the assistant to apply to all responses.

    metadata?: Record<string, string>

    Metadata associated with the assistant.

    name: string

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

    region?: string

    The region to deploy the assistant in. Our current options are either us or eu. Defaults to us.