Bump a deprecation to 0.0.84, as 0.0.83 just shipped

This commit is contained in:
Paul Kompfner
2025-09-04 09:54:55 -04:00
parent b2e9fd9341
commit dc3412b2df

View File

@@ -118,7 +118,7 @@ class AnthropicLLMService(LLMService):
enable_prompt_caching: Whether to enable the prompt caching feature.
enable_prompt_caching_beta (deprecated): Whether to enable the beta prompt caching feature.
.. deprecated:: 0.0.83
.. deprecated:: 0.0.84
Use the `enable_prompt_caching` parameter instead.
max_tokens: Maximum tokens to generate. Must be at least 1.