interface Scope {
    agentId?: string;
    modelId?: string;
    providerId?: string;
}

Properties

agentId?: string
modelId?: string
providerId?: string