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: show variables and function on ai agent configuration #14177

Merged

Commits on Sep 19, 2024

  1. feat: show variables and function on ai agent configuration

    The agent configuration now shows also the variables (global and agent specific) as well as the functions that the agents uses.
    If a variable or function is used in the prompt but is not declared by
    the agent then this is also marked in the view.
    
    All agents are updated to declare the variables and functions they use.
    
    fixes eclipse-theia#14133
    eneufeld committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ff221b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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