co-mono/packages/ai/test
Mario Zechner e8370436d7 Replace Zod with TypeBox for schema validation
- Switch from Zod to TypeBox for tool parameter schemas
- TypeBox schemas can be serialized/deserialized as JSON
- Use AJV for runtime validation instead of Zod's parse
- Add StringEnum helper for Google API compatibility (avoids anyOf/const patterns)
- Export Type and Static from main package for convenience
- Update all tests and documentation to reflect TypeBox usage
2025-09-16 01:10:40 +02:00
..
data feat(ai): Add image input tests for vision-capable models 2025-08-30 18:37:17 +02:00
abort.test.ts feat(ai): Implement Zod-based tool validation and improve Agent API 2025-09-09 14:58:54 +02:00
agent.test.ts feat(ai): Implement Zod-based tool validation and improve Agent API 2025-09-09 14:58:54 +02:00
empty.test.ts feat(ai): Implement Zod-based tool validation and improve Agent API 2025-09-09 14:58:54 +02:00
enum-test.ts Replace Zod with TypeBox for schema validation 2025-09-16 01:10:40 +02:00
generate.test.ts Replace Zod with TypeBox for schema validation 2025-09-16 01:10:40 +02:00
handoff.test.ts Replace Zod with TypeBox for schema validation 2025-09-16 01:10:40 +02:00
tool-validation.test.ts Replace Zod with TypeBox for schema validation 2025-09-16 01:10:40 +02:00