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

✨ Backend for block insert #1033

Merged
merged 15 commits into from
Jul 13, 2023
Merged

✨ Backend for block insert #1033

merged 15 commits into from
Jul 13, 2023

Conversation

asim-shrestha
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Jul 13, 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 13, 2023 1:27am

Comment on lines -67 to -70
def to_schema(self) -> BaseModel:
"""Converts the model to a schema."""
raise NotImplementedError

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The Node needs a different to_schema as it requires a block

@ergomake
Copy link

ergomake bot commented Jul 13, 2023

Hi 👋

Here's a preview environment 🚀

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

Environment Summary 📑

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

Here are your environment's logs

For questions or comments, join Discord.

Click here to disable Ergomake.

id String @id @default(cuid())
workflow_node_id String
id String @id @default(cuid())
node_ref String @db.VarChar(12)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remove ref


const WorkflowList: NextPage = () => {
const { data: session } = useSession();
const { session, signIn } = useAuth();
Copy link
Member

Choose a reason for hiding this comment

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

TODO create ticket to redirect if not authed

@asim-shrestha asim-shrestha merged commit 95e4690 into main Jul 13, 2023
@asim-shrestha asim-shrestha deleted the workflow-updates branch July 13, 2023 03:21
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.

2 participants