We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I would be nice to support Bedrock tags from action inputs Something like
bedrock_tags: required: false default: ''
And if user provide them as list
input.bedrock_tags: department=foo,team=bar
Ref: https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html
The text was updated successfully, but these errors were encountered:
@matanbaruch Hi, sorry for the late reply.
This tool just calls specified models with invokeModel API, so as far as I read the doc, we cannot set the tag from our side.
I think you can set bedrock_heavy_model or bedrock_light_model to your models with tags configured, and then you can track model usage using tags.
bedrock_heavy_model
bedrock_light_model
Sorry, something went wrong.
No branches or pull requests
Hey,
I would be nice to support Bedrock tags from action inputs
Something like
And if user provide them as list
Ref: https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html
The text was updated successfully, but these errors were encountered: