cache method
Enable caching for ALL text content in this message
Implementation
AnthropicMessageBuilder cache({AnthropicCacheTtl? ttl}) {
_cacheEnabled = true;
_cacheTtl = ttl;
return this;
}
Enable caching for ALL text content in this message
AnthropicMessageBuilder cache({AnthropicCacheTtl? ttl}) {
_cacheEnabled = true;
_cacheTtl = ttl;
return this;
}