You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
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:
committed by
Copybara-Service
parent
b08bdbcd7f
commit
bbceb4f2e8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user