Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
MessagesMessageParamContentUnion3 type definition
models.AnthropicWebSearchResultBlockParam[]
const value: models.AnthropicWebSearchResultBlockParam[] = [ { encryptedContent: "enc_content_0", title: "Example Page", type: "web_search_result", url: "https://example.com", }, ];
models.ContentWebSearchToolResultError
const value: models.ContentWebSearchToolResultError = { errorCode: "unavailable", type: "web_search_tool_result_error", };