fix: remove unnecessary double quote on Claude docstring

Merge https://github.com/google/adk-python/pull/1266

Subject says it all.

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1266 from zchee:fix-docstring b5ceacc82b45398e9421c0f9a1a4d6352d12e21a
PiperOrigin-RevId: 770478088
This commit is contained in:
Koichi Shiraishi
2025-06-11 22:32:31 -07:00
committed by Copybara-Service
parent b08bdbcd7f
commit bbceb4f2e8
+1 -1
View File
@@ -201,7 +201,7 @@ def function_declaration_to_tool_param(
class Claude(BaseLlm):
""" "Integration with Claude models served from Vertex AI.
"""Integration with Claude models served from Vertex AI.
Attributes:
model: The name of the Claude model.