Interface AgentSettings

interface AgentSettings {
    enable?: boolean;
    languageModelRequirements?: LanguageModelRequirement[];
    selectedVariants?: Record<string, string>;
}

Properties

enable?: boolean
languageModelRequirements?: LanguageModelRequirement[]
selectedVariants?: Record<string, string>

A mapping of main template IDs to their selected variant IDs. If a main template is not present in this mapping, it means the main template is used.