Theia API Documentation v1.69.0
    Preparing search index...

    Represents user-selected generic capabilities to be included in chat requests. These are capabilities selected via dropdown menus in the chat UI.

    interface GenericCapabilitySelections {
        agentDelegation?: string[];
        functions?: string[];
        mcpFunctions?: string[];
        promptFragments?: string[];
        skills?: string[];
        variables?: string[];
    }
    Index

    Properties

    agentDelegation?: string[]

    Selected agent IDs for delegation

    functions?: string[]

    Selected function IDs

    mcpFunctions?: string[]

    Selected MCP function IDs (format: "servername_toolname")

    promptFragments?: string[]

    Selected prompt fragment IDs

    skills?: string[]

    Selected skill IDs

    variables?: string[]

    Selected variable names