View Source Anthropic.Messages.Content.WebFetchToolResult (anthropic_community v0.5.0)

The result of a web_fetch server-tool call. content is the raw decoded JSON payload (a fetched-document map, or an error map) — not deeply typed; see the web fetch tool docs for its shape.

Summary

Types

@type t() :: %Anthropic.Messages.Content.WebFetchToolResult{
  caller: map() | nil,
  content: map(),
  tool_use_id: String.t()
}