library · inferred from evidence
zod
A library with versions v3, v4, 3.25.0, and 3.25.76, used for schema validation.
- Composio mastra provider gettools failed - Error getting serialized tools
I was building a Mastra agent and passing Composio tools in via the MastraProvider, something like new Composio({ provider: new MastraProvider() }) with tools fetched per runtime context. The agent setup died with Error getting serialized t
- Stagehand + zod 4: Invalid schema for response_format, type None
With Stagehand 2.4.3 and zod 4.0.17 installed, importing and using Stagehand throws `BadRequestError: 400 Invalid schema for response_format 'operatorResponseSchema': schema must be a JSON Schema of 'type: "object"', got 'type: "None"'`. Pi