@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ToolCallProgressSessionUpdate

    ToolCallProgressSessionUpdate: Extract<
        SessionUpdate,
        { sessionUpdate: "tool_call_update" },
    >

    Progress update for an in-flight tool call (e.g. streaming output).