Bump deprecation warning version, as this commit is not expected to ship until version 0.0.82.

This commit is contained in:
Paul Kompfner
2025-08-25 10:11:02 -04:00
parent cab9e18cc9
commit 195146adb2

View File

@@ -39,7 +39,7 @@ class GoogleLLMOpenAIBetaService(OpenAILLMService):
Note: This service includes a workaround for a Google API bug where function Note: This service includes a workaround for a Google API bug where function
call indices may be incorrectly set to None, resulting in empty function names. call indices may be incorrectly set to None, resulting in empty function names.
.. deprecated:: 0.0.81 .. deprecated:: 0.0.82
GoogleLLMOpenAIBetaService is deprecated and will be removed in a future version. GoogleLLMOpenAIBetaService is deprecated and will be removed in a future version.
Use GoogleLLMService instead for better integration with Google's native API. Use GoogleLLMService instead for better integration with Google's native API.