-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Built-in examples are replaced by generated ones in Cloud Shell #19575
Comments
Known problems with AI-generated examples:
|
The examples of
Locally:
|
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @maertendMSFT. Issue DetailsPreviously, changes on core are made to incorporate
In Cloud Shell, For example, for Cloud Shell:
Some examples are even wrong:
Locally:
This impedes Azure CLI's capability in Cloud Shell.
|
Previously, changes on core are made to incorporate
azext_ai_examples
:azext_ai_examples
is always loaded: {Core} Build and use command index #13294azext_ai_examples
hooks intoazure-cli-core
to modify the built-in examples: [Core] Expose example_provider hook to include AI examples #10987In Cloud Shell,
azext_ai_examples
is pre-installed. It replaces built-in hand-crafted high-qualify large-quantity examples with auto-generated low-quality small-quantity examples.For example, for
az vm create --help
:Cloud Shell:
Some examples are even wrong:
Locally:
This impedes Azure CLI's capability in Cloud Shell.
The text was updated successfully, but these errors were encountered: