Interface GenerateAutoTestConfigCommandInput

interface GenerateAutoTestConfigCommandInput {
    assignmentId: string;
    extraInstructions?: string;
}

Hierarchy (View Summary)

Properties

assignmentId: string

The id of the assignment to generate a configuration for.

extraInstructions?: string

Optional free-text guidance to steer the generation.