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

Agent Input Values Shouldn't Export or Save #9139

Open
Torantulino opened this issue Dec 28, 2024 — with Linear · 1 comment
Open

Agent Input Values Shouldn't Export or Save #9139

Torantulino opened this issue Dec 28, 2024 — with Linear · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers platform/backend AutoGPT Platform - Back end

Comments

Copy link
Member

Currently the last value that you used in an Agent Input Block exports into the Agent JSON. This means that the Agent file is polluted with the last input the user tested their Agent with.

This input value also saves to the database.

Steps to reproduce:

  1. Make an Agent with an Agent Input Block.
  2. Run the Agent with a recognisable input value
  3. Go to the Library Page and Export the Agent to a JSON file.
  4. Open the JSON File and observe your unique input has been exported with the file.

Intended Behaviour:

The value field on Agent inputs should be empty when saving or exporting Agents.

@Torantulino Torantulino added bug Something isn't working good first issue Good for newcomers platform/backend AutoGPT Platform - Back end labels Dec 28, 2024 — with Linear
Copy link
Member Author

Just been plagued by this issue for a while thinking it was some sort of deeper bug. This isn't necessarily a bug but it is a bad and unintended user experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers platform/backend AutoGPT Platform - Back end
Projects
None yet
Development

No branches or pull requests

1 participant