awslabs / agent-evaluation

A generative AI-powered framework for testing virtual agents.
https://awslabs.github.io/agent-evaluation/
Apache License 2.0
64 stars 10 forks source link

1 validation error detected: Value {agentalias} failed to satisfy constraint #70

Closed ayenda closed 1 month ago

ayenda commented 1 month ago

The validation error is not consistent with alias naming on bedrock. The bedrock alias can be longer than 10 characters (allows up to 100 characters) and follows the following format, including underscores and hyphen.

Valid characters are a-z, A-Z, 0-9, _ (underscore) and - (hyphen). The name can have up to 100 characters.

ayenda commented 1 month ago

This is not an issue. Was looking at the wrong agent alias name instead of the agent alias ID.