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

🔥 Ability to update input values on the Front end #1044

Merged
merged 13 commits into from Jul 14, 2023

Conversation

asim-shrestha
Copy link
Contributor

  • 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

@vercel
Copy link

vercel bot commented Jul 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 14, 2023 1:27am

@asim-shrestha asim-shrestha changed the base branch from main to front-end-inputs July 14, 2023 00:35
@ergomake
Copy link

ergomake bot commented Jul 14, 2023

Hi 👋

Here's a preview environment 🚀

https://next-reworkd-agentgpt-1044.env.ergomake.link

Environment Summary 📑

Container Source URL
next Dockerfile https://next-reworkd-agentgpt-1044.env.ergomake.link
platform Dockerfile https://platform-reworkd-agentgpt-1044.env.ergomake.link
db Dockerfile [not exposed - internal service]
weaviate semitechnologies/weaviate:1.19.6 https://weaviate-reworkd-agentgpt-1044.env.ergomake.link

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) {
Copy link
Contributor

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

@asim-shrestha asim-shrestha changed the base branch from front-end-inputs to main July 14, 2023 01:26
@asim-shrestha asim-shrestha merged commit 851ff2c into main Jul 14, 2023
6 checks passed
@asim-shrestha asim-shrestha deleted the front-end-input-values branch July 16, 2023 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants