Interface UpdateAssistantResponse

Response from updating an assistant.

interface UpdateAssistantResponse {
    assistantName?: string;
    instructions?: string;
    metadata?: object;
}

Properties

assistantName?: string

The name of the assistant that was updated.

instructions?: string

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

metadata?: object

Metadata associated with the assistant.