Skip to content
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

Support Bedrock tags #15

Open
matanbaruch opened this issue Jul 10, 2024 · 1 comment
Open

Support Bedrock tags #15

matanbaruch opened this issue Jul 10, 2024 · 1 comment

Comments

@matanbaruch
Copy link

matanbaruch commented Jul 10, 2024

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

@tmokmss
Copy link
Owner

tmokmss commented Oct 17, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants