Theia API Documentation v1.65.0
    Preparing search index...
    interface ToolUseMessage {
        actor: "ai";
        id: string;
        input: unknown;
        name: string;
        type: "tool_use";
    }
    Index

    Properties

    Properties

    actor: "ai"
    id: string
    input: unknown
    name: string
    type: "tool_use"