8000 fix: remove unnecessary double quote on Claude docstring by zchee · Pull Request #1266 · google/adk-python · GitHub
[go: up one dir, main page]

Skip to content

fix: remove unnecessary double quote on Claude docstring #1266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: remove unnecessary double quote on Claude docstring
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
  • Loading branch information
zchee committed Jun 10, 2025
commit a28a74c97228a542f259341f7c071fc84ed44aed
2 changes: 1 addition & 1 deletion src/google/adk/models/anthropic_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
0