-
Notifications
You must be signed in to change notification settings - Fork 260
Adds azure.ai.agent support to schema
#6107
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
Conversation
vhvb1989
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't feel OK to me.
The schema would be there even w/o installing the extension
What if another extension wants to do the same?
I'm open to other ideas but JSON schema is not dynamic. Since we have auto install - if a user followed the schema, chose a host at runtime the extension would get installed and all would work. Perhaps this is the way for now for 1st party extensions till we figure out a better way to support this in the future. |
My recommendation is to avoid adding anything to |
Fixes #6056
Adds support to the
azure.yamlschema wherehost: azure.ai.agentNote
Also reorganizes conditionals improve readability.