workflow inputs resulting from a zod intersection are not rendered in the playground

const type1 = z.object({ type: z.string().description("the type") }); const workflowInput = z.intersection(type1, z.object({ prop: z.string().description("the prop") }))
3 Replies
_roamin_
_roamin_2mo ago
Thanks @Herballicious for reporting this bug, our triager bot will create a GH issue to track this bug 😉
Mastra Triager
Mastra Triager2mo ago
GitHub
[DISCORD:1415032489633906698] workflow inputs resulting from a zod ...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1415032489633906698 const type1 = z.object({ type: z.string().description("the type") }); const ...
Abhi Aiyer
Abhi Aiyer2mo ago
This was shipped in todays release!

Did you find this page helpful?