Theia API Documentation v1.73.0
    Preparing search index...
    interface PendingToolConfirmation {
        chatId: string;
        response: ToolCallChatResponseContent;
        allow(): void;
        deny(): void;
    }
    Index

    Properties

    Methods

    Properties

    chatId: string

    Methods