Interface PearsonAssistantConfigSummary

A provisioned assistant as shown in the template preview, without its system prompt.

interface PearsonAssistantConfigSummary {
    model: AssistantModel;
    name: string;
}

Properties

Properties

The model this assistant runs on.

name: string

The name students see for this assistant.