Theia API Documentation v1.67.0
    Preparing search index...
    interface ToolUseMessage {
        actor: "ai";
        data?: Record<string, string>;
        id: string;
        input: unknown;
        name: string;
        type: "tool_use";
    }
    Index

    Properties

    actor: "ai"
    data?: Record<string, string>
    id: string
    input: unknown
    name: string
    type: "tool_use"