Interface UpdateAssistantOptions

The configuration updates for the assistant.

interface UpdateAssistantOptions {
    instructions?: string;
    metadata?: Record<string, string>;
    name: string;
}

Properties

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 to update.