Theia API Documentation v1.68.0
    Preparing search index...
    interface ToolConfirmationCallbacks {
        onAllow: (scope: ConfirmationScope) => void;
        onDeny: (scope: ConfirmationScope, reason?: string) => void;
        toolRequest?: ToolRequest<ToolInvocationContext>;
    }

    Hierarchy (View Summary)

    Index

    Properties

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