Theia API Documentation v1.69.0
    Preparing search index...
    interface CapabilityAwareContext {
        capabilityOverrides?: Record<string, boolean>;
        genericCapabilitySelections?: GenericCapabilitySelections;
    }

    Hierarchy (View Summary)

    Index

    Properties

    capabilityOverrides?: Record<string, boolean>

    Optional mapping of capability fragment IDs to their enabled/disabled state.

    When resolving capability variables in prompt templates, this map is consulted to determine whether a capability should be enabled. If a fragment ID is not present in this map, the capability's default state is used.

    genericCapabilitySelections?: GenericCapabilitySelections

    Optional generic capability selections from dropdown menus. These selections are used to dynamically include additional capabilities (skills, functions, MCP tools, etc.) in the agent's prompt.