Theia API Documentation v1.69.0
    Preparing search index...
    interface ToolConfirmationProps {
        contextMenuRenderer: ContextMenuRenderer;
        onAllow: (scope?: ConfirmationScope) => void;
        onDeny: (scope?: ConfirmationScope, reason?: string) => void;
        response: ToolCallChatResponseContent;
        toolRequest?: ToolRequest<ToolInvocationContext>;
    }

    Hierarchy

    Index

    Properties

    contextMenuRenderer: ContextMenuRenderer
    onAllow: (scope?: ConfirmationScope) => void
    onDeny: (scope?: ConfirmationScope, reason?: string) => void