-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Javascript (v3): Bedrock Runtime Agent - Invoke Agent #6129
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
Conversation
I couldn't reopen pr #6015 . Submitting with changes @cpyle0819 |
Hey, @Dinuda, have you looked at our existing "javascriptv3/bedrock-runtime? It has all of this and more. Please double-check and make sure that this PR is needed. |
I spoke too soon. I see the difference. Nevermind. |
It looks like this PR changes the quotes in all the model invocation examples in Question to @cpyle0819: Does it matter from your PoV if some examples use single quotes and some use double quotes for strings? |
@DennisTraub Yes, we should be using double quotes. Please see instructions in the .git-hooks folder for setting up commit hooks to run code formatting on commit. |
…er example data, and reformat.
This pull request contains an example with @aws-sdk/client-bedrock-agent-runtime used to invoke an Agent. I have included a test case for the service function.