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

hallucinates cli options #273

Open
3 tasks done
TravisEz13 opened this issue Nov 1, 2024 · 0 comments
Open
3 tasks done

hallucinates cli options #273

TravisEz13 opened this issue Nov 1, 2024 · 0 comments
Labels
Agent-Azure For any issues specific to Azure Agent Issue-Bug Something isn't working

Comments

@TravisEz13
Copy link
Member

TravisEz13 commented Nov 1, 2024

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

ask it How do I set azure devops pipelines to require comment on github using the cli?

Expected behavior

check if the answer it gives actually exists in the cli

reference to the help for the answer it gives.  Notice there is no `update` option at this level.  I believe, at least this would be what is expected if the answer existed.az devops project --help       

Group
    az devops project : Manage team projects.

Commands:
    create : Create a team project.
    delete : Delete team project.
    list   : List team projects.
    show   : Show team project.

To search AI knowledge base for examples, use: az find "az devops project"

Actual behavior

To set Azure DevOps pipelines to require comments on GitHub using the CLI, you can use the following command:
  
    az devops project update --id <projectId> --visibility private

Error details

something like, I can't find the cli command, but here is how you do it in the GUI.

Environment data

Name                           Value
----                           -----
PSVersion                      7.4.6
PSEdition                      Core
GitCommitId                    7.4.6
OS                             Darwin 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

0.1.0-alpha.19

Visuals

CleanShot 2024-11-01 at 13 37 14

@StevenBucher98 StevenBucher98 added Issue-Bug Something isn't working Agent-Azure For any issues specific to Azure Agent labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent-Azure For any issues specific to Azure Agent Issue-Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants