Theia API Documentation v1.65.0
    Preparing search index...
    interface ToolUseContentBlock {
        id: string;
        input: Record<string, unknown>;
        name: string;
        type: "tool_use" | "server_tool_use";
    }
    Index

    Properties

    Properties

    id: string
    input: Record<string, unknown>
    name: string
    type: "tool_use" | "server_tool_use"