feat(cloud): add missing beta methods to Vertex and Bedrock clients#1133
Closed
Ashutosh0x wants to merge 1 commit intoanthropics:mainfrom
Closed
feat(cloud): add missing beta methods to Vertex and Bedrock clients#1133Ashutosh0x wants to merge 1 commit intoanthropics:mainfrom
Ashutosh0x wants to merge 1 commit intoanthropics:mainfrom
Conversation
This adds support for stream, count_tokens, parse, and ool_runner to the Bedrock and Vertex beta messages resources, ensuring feature parity with the first-party client. Specifically: - Adds parse and ool_runner to Vertex beta messages. - Adds stream, count_tokens, parse, and ool_runner to Bedrock beta messages. - Updates with_raw_response versions for both. Fixes anthropics#1020 (Verify streaming tool input accumulation in Vertex)
Author
|
Hi @RobertCraigie, I've implemented the missing beta methods for Vertex and Bedrock to ensure feature parity with the first-party SDK. This also resolves the issue of tool inputs being lost during streaming in Vertex. Please let me know if you have any feedback! |
Author
|
Closing as this is superseded by PR #1137 which includes these changes and ensures full parity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds full feature parity for beta methods across cloud integrations (Vertex and Bedrock).
Summary of Changes
Verification Results
Fixes #1020