-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
def to_schema(self) -> BaseModel: | ||
"""Converts the model to a schema.""" | ||
raise NotImplementedError | ||
|
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.
The Node needs a different to_schema as it requires a block
Hi 👋 Here's a preview environment 🚀 https://next-reworkd-agentgpt-1033.env.ergomake.link Environment Summary 📑
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) |
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.
Remove ref
|
||
const WorkflowList: NextPage = () => { | ||
const { data: session } = useSession(); | ||
const { session, signIn } = useAuth(); |
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.
TODO create ticket to redirect if not authed
No description provided.