The below Python Files have issue related to naming convention:
|
agent_name="Modern Workplace Assistant", |
|
agent_name="Modern Workplace Assistant", |
Error received
Error: (invalid_parameters) Must start and end with alphanumeric characters, can contain hyphens in the middle, and must not exceed 63 characters. [Request ID: 3caa3f60686233a6ce7232fe2552da4d]
Code: invalid_parameters
Solution: Replaced with
agent_name="modern-workplace-assistant",
The below Python Files have issue related to naming convention:
foundry-samples/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py
Line 173 in fd4ecab
foundry-samples/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/evaluate.py
Line 47 in fd4ecab
Error received
Solution: Replaced with