Interface ExplicitAssignment

Explicit provider+model override for a specific node or role.

interface ExplicitAssignment {
    provider: string;
    model?: string;
}

Properties

Properties

provider: string
model?: string