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

feat(ai): Add toolbar actions for chat nodes #14181

Merged

Commits on Sep 16, 2024

  1. feat(ai): Add toolbar actions for chat nodes

    Introduces a `ChatNodeToolbarActionContribution` which allows to add icons to the chat nodes in the Chat UI on hover. Clicking these icons will trigger a command that gets the respective chat node as argument.
    
    Possible use cases are actions for reporting the content, giving feedback, or perform other actions within the tool based on the response.
    
    Contributed on behalf of STMicroelectronics.
    planger committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a89a8a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    9b98f30 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Use sample command instead of about

    Co-authored-by: Stefan Dirix <[email protected]>
    planger and sdirix authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    29830c2 View commit details
    Browse the repository at this point in the history