ContentToolResult - Python SDK

ContentToolResult method reference

The Python SDK and docs are currently in beta. Report issues on GitHub.

Fields

FieldTypeRequiredDescriptionExample
cache_controlOptional[components.AnthropicCacheControlDirective]Enable automatic prompt caching. When set at the top level, the system automatically applies cache breakpoints to the last cacheable block in the request. Currently supported for Anthropic Claude models.{"type": "ephemeral"}
contentOptional[components.MessagesMessageParamContentUnion2]N/A
is_errorOptional[bool]N/A
tool_use_idstr✔️N/A
typecomponents.TypeToolResult✔️N/A