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

    Message sent from backend to frontend requesting user approval for tool usage.

    interface ToolApprovalRequestMessage {
        requestId: string;
        toolInput: unknown;
        toolName: string;
        type: "tool-approval-request";
    }
    Index

    Properties

    requestId: string
    toolInput: unknown
    toolName: string
    type: "tool-approval-request"