Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

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",
};