-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
community[patch]: Adds support for Bedrock Anthropic tool streaming #6070
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -556,145 +558,122 @@ export class BedrockChat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! I noticed that this PR introduces a new external HTTP request using the _signedFetch
method. I've flagged this change for your review to ensure it aligns with the project's requirements. Let me know if you have any questions or need further clarification!
@@ -485,3 +486,46 @@ test.skip(".bindTools with openai tool format", async () => { | |||
const { tool_calls } = response; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! I noticed that the recent change in the code explicitly accesses environment variables using process.env
. I've flagged this for your review to ensure proper handling of environment variables. Let me know if you need further assistance with this.
CC @stephmilovic