Theia API Documentation v1.65.0
    Preparing search index...
    interface ToolConfirmationProps {
        onAllow: (mode?: "once" | "session" | "forever") => void;
        onDeny: (mode?: "once" | "session" | "forever") => void;
        response: ToolCallChatResponseContent;
    }
    Index

    Properties

    onAllow: (mode?: "once" | "session" | "forever") => void
    onDeny: (mode?: "once" | "session" | "forever") => void