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

    Fires an agent notification when a chat session starts waiting for user input (e.g. a tool confirmation or an agent question). Watches all sessions, not just the active one, so that a background session requesting input still reaches the user. The agent completion notification (handled in the chat input widget) and this input-needed notification share the same delivery channel and user preference via AgentNotificationService.

    Implements

    Index

    Constructors

    Properties

    chatService: ChatService
    notificationService: AgentNotificationService
    states: Map<string, SessionWaitingState> = ...

    Methods