-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
🔥 Ability to update input values on the Front end #1044
Conversation
asim-shrestha
commented
Jul 14, 2023
- Only deal with strings for now
- Nodes are created with empty strings for values
- Ability to update the values on the frontend
- The sidebar re-rendering is a bit jank ATM. Need to fix it
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi 👋 Here's a preview environment 🚀 https://next-reworkd-agentgpt-1044.env.ergomake.link Environment Summary 📑
Here are your environment's logs. For questions or comments, join Discord. Click here to disable Ergomake. |
} | ||
onClick={() => { | ||
const input: Record<string, string> = {}; | ||
for (const field of definition.input_fields) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could do a map here