Agent Client Protocol - v0.14.1
    Preparing search index...

    Type Alias ToolCallContent

    ToolCallContent:
        | Content & { type: "content" }
        | Diff & { type: "diff" }
        | Terminal & { type: "terminal" }

    Content produced by a tool call.

    Tool calls can produce different types of content including standard content blocks (text, images) or file diffs.

    See protocol docs: Content