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

🔥 Display block outputs in the frontend #1052

Merged
merged 10 commits into from Jul 14, 2023
Merged

Conversation

asim-shrestha
Copy link
Contributor

  • The frontend block definitions will now have output fields
  • We will display those fields in a drop down when a node is selected
  • We figure out fields by doing a reverse BFS from the current node up the tree

@vercel
Copy link

vercel bot commented Jul 14, 2023

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

Name Status Preview Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview Jul 14, 2023 7:07pm

@@ -6,22 +6,22 @@ type WindowButtonProps = {
ping?: boolean; // Toggles the ping animation
onClick?: () => void;
icon: React.ReactNode;
name: string;
text: string;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to change because apparently the "Name" is used as a key prop at times

@ergomake
Copy link

ergomake bot commented Jul 14, 2023

Hi 👋

Here's a preview environment 🚀

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

Environment Summary 📑

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

Here are your environment's logs.

For questions or comments, join Discord.

Click here to disable Ergomake.

@asim-shrestha asim-shrestha merged commit a5df81f into main Jul 14, 2023
6 checks passed
@awtkns awtkns deleted the parent-templates branch August 3, 2023 20:44
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