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

add schema change to use enum in arch_config #304

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

adilhafeez
Copy link
Contributor

@adilhafeez adilhafeez commented Nov 26, 2024

image

without this change you'd see following error,

2024-11-25 17:32:21,008 - cli.main - INFO - Validating /Users/adilhafeez/src/intelligent-prompt-gateway/demos/hr_agent/arch_config.yaml
Error validating arch_config file: /Users/adilhafeez/src/intelligent-prompt-gateway/demos/hr_agent/arch_config.yaml, error: Additional properties are not allowed ('enum' was unexpected)
2024-11-25 17:32:21,019 - cli.main - INFO - Exiting archgw up: validation failed

fixes #212

@adilhafeez adilhafeez merged commit 726f1a3 into main Nov 26, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

enum support in arch_config.yaml not working...
2 participants