-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: adding regex for claude-4 models to anthropic_llm and updating tests #934
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
chore: adding regex for claude-4 models to anthropic_llm and updating tests #934
Conversation
87bc58e
to
824b437
Compare
I noticed that the check for conventional commit failed, I didn't see in the contributing readme any mention about using https://www.conventionalcommits.org/en/v1.0.0/ |
Please use the "view details", I believe it's the below one. https://github.com/google/adk-python/pull/934/checks?check_run_id=42869792318 |
…ls-to-anthropic_llm
@Jacksunwei I don't think I can fix the commit name once it got pushed. should I close this PR, and raise a new one doing the code again but this time using the right `fix:adding-claude-4-to-regex' commit message so the workflow doesn't fail ? |
Lm take a look tomorrow. |
… tests Copybara import of the project: -- 824b437 by Andres Videla <[email protected]>: Adding regex for claude-4 models to anthropic_llm and updating tests -- 8fa2a2d by Wei Sun (Jack) <[email protected]>: Adds trailing comma. COPYBARA_INTEGRATE_REVIEW=#934 from avidelatm:feature/add-support-for-claude-4-models-to-anthropic_llm 8d10bac PiperOrigin-RevId: 764396694
… tests Copybara import of the project: -- 824b437 by Andres Videla <[email protected]>: Adding regex for claude-4 models to anthropic_llm and updating tests -- 8fa2a2d by Wei Sun (Jack) <[email protected]>: Adds trailing comma. COPYBARA_INTEGRATE_REVIEW=google#934 from avidelatm:feature/add-support-for-claude-4-models-to-anthropic_llm 8d10bac PiperOrigin-RevId: 764396694
Merged in 7fc09b2 |
… tests Copybara import of the project: -- 824b437 by Andres Videla <[email protected]>: Adding regex for claude-4 models to anthropic_llm and updating tests -- 8fa2a2d by Wei Sun (Jack) <[email protected]>: Adds trailing comma. COPYBARA_INTEGRATE_REVIEW=google#934 from avidelatm:feature/add-support-for-claude-4-models-to-anthropic_llm 8d10bac PiperOrigin-RevId: 764396694
… tests Copybara import of the project: -- 824b437 by Andres Videla <[email protected]>: Adding regex for claude-4 models to anthropic_llm and updating tests -- 8fa2a2d by Wei Sun (Jack) <[email protected]>: Adds trailing comma. COPYBARA_INTEGRATE_REVIEW=google#934 from avidelatm:feature/add-support-for-claude-4-models-to-anthropic_llm 8d10bac PiperOrigin-RevId: 764396694
Addresses issue #933
Adding
claude-.*-4.*
regex to allow anthropic_llm to use the new claude-sonet-4 and claude-opus-4 models.