co-mono/packages/ai/test
Mario Zechner 2296dc4052 refactor(ai): improve error handling and stop reason types
- Add 'aborted' as a distinct stop reason separate from 'error'
- Change AssistantMessage.error to errorMessage for clarity
- Update error event to include reason field ('error' | 'aborted')
- Map provider-specific safety/refusal reasons to 'error' stop reason
- Reorganize utility functions into utils/ directory
- Rename agent.ts to agent-loop.ts for better clarity
- Fix error handling in all providers to properly distinguish abort from error
2025-09-18 19:57:13 +02:00
..
data feat(ai): Add image input tests for vision-capable models 2025-08-30 18:37:17 +02:00
abort.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
agent.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
empty.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
enum-test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
handoff.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
stream.test.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
tool-validation.test.ts Fix NodeJS compat 2025-09-16 02:19:47 +02:00