Merge branch 'master' into feat/anthropic_max_tokens

This commit is contained in:
Mohammad Mohtashim 2025-07-29 05:47:02 +05:00 committed by GitHub
commit 5adec09f2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -313,7 +313,7 @@ def test_cache_with_generation_objects() -> None:
but ChatResult expects ChatGeneration objects, causing validation errors.
See #22389 for more info.
"""
cache = InMemoryCache()