Interface PearsonAssistantConfig

An AI assistant provisioned on a template by a CodeGrade admin.

interface PearsonAssistantConfig {
    model: AssistantModel;
    name: string;
    systemPrompt: string;
}

Properties

The model this assistant runs on.

name: string

The name students see for this assistant.

systemPrompt: string

The system prompt this assistant carries.