Theia API Documentation v1.75.0
    Preparing search index...
    interface VariantSetCardProps {
        agentId: string;
        promptService: PromptService;
        promptVariantSetId: string;
        settingsRowService: AiSettingsRowService;
        variantLabels?: Record<string, string>;
    }
    Index

    Properties

    agentId: string

    The agent that owns this prompt variant set; the selection is stored per agent.

    promptService: PromptService
    promptVariantSetId: string

    The prompt variant set id (e.g. coder-system).

    settingsRowService: AiSettingsRowService

    Backs the row's gear menu, whose "Reset Setting" reverts the selected variant to the default.

    variantLabels?: Record<string, string>

    Optional display names per variant id, as shown in the chat mode switcher (an agent's ChatMode names). Falls back to the fragment name and then the variant id.