You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we want to pass in secrets to the agent, e.g. API keys.
Describe the UX of the solution you'd like
Currently it is possible to pass in secrets through the command line by setting the SANDBOX_XXX variable.
It would be good to be able to:
pass in environment variables through the UI.
be able to specify which variables are secrets, and thus should not be displayed through the UI (like what currently happens for GITHUB_TOKEN).
We can implement this feature and test it. I don't have time to see it through to the end at the moment, but if someone can supervise OpenHands, please feel free to click "fix-me" and claim the issue.
The text was updated successfully, but these errors were encountered:
What problem or use case are you trying to solve?
Sometimes we want to pass in secrets to the agent, e.g. API keys.
Describe the UX of the solution you'd like
Currently it is possible to pass in secrets through the command line by setting the
SANDBOX_XXX
variable.It would be good to be able to:
We can implement this feature and test it. I don't have time to see it through to the end at the moment, but if someone can supervise OpenHands, please feel free to click "fix-me" and claim the issue.
The text was updated successfully, but these errors were encountered: