Jonathan Cleary

Results 5 comments of Jonathan Cleary

Any progress on this one? Only reason I ask is that in Redwood v4 (w yoga v3) these errors aren't masked anymore. Would be good to find a resolution for...

```javascript const workflowsToTrigger = await db.workflow.findMany({ where: { builderId: auditLog.builderId, }, include: { steps: { where: { workflowVersion: { equals: db.workflow.fields.version, }, }, }, }, }) ``` I am trying...

> > when I call a tool, on the frontend I now have access to the result, but in the `toolInvocations`. message content is empty. Is there a way to...