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

    Service to provide lists of available generic capabilities for selection in the UI. Aggregates capabilities from various sources (skills, MCP, functions, etc.) and provides change notifications when available capabilities change.

    Implements

    Index

    Constructors

    Properties

    chatAgentService: undefined | ChatAgentService
    fireChangeDebounced: DebouncedFunc<() => void> = ...
    onDidChangeAvailableCapabilities: Event<void> = ...

    Event fired when the list of available capabilities changes

    onDidChangeEmitter: Emitter<void> = ...
    promptService: undefined | PromptService
    skillService: undefined | SkillService
    toDispose: DisposableCollection = ...
    toolInvocationRegistry: undefined | ToolInvocationRegistry
    variableService: undefined | AIVariableService

    Methods