co-mono/packages/ai/test/examples
Mario Zechner 7a6852081d test(ai): Add comprehensive E2E tests for all AI providers
- Add multi-turn test to verify thinking and tool calling work together
- Test thinkingSignature handling for proper multi-turn context
- Fix Gemini provider to generate base64 thinkingSignature when needed
- Handle multiple rounds of tool calls in tests (Gemini behavior)
- Make thinking tests more robust for model-dependent behavior
- All 18 tests passing across 4 providers
2025-08-25 15:54:26 +02:00
..
anthropic.ts refactor(ai): Add completion signal to onText/onThinking callbacks 2025-08-24 20:33:26 +02:00
gemini.ts test(ai): Add comprehensive E2E tests for all AI providers 2025-08-25 15:54:26 +02:00
openai-completions.ts refactor(ai): Add completion signal to onText/onThinking callbacks 2025-08-24 20:33:26 +02:00
openai-responses.ts refactor(ai): Add completion signal to onText/onThinking callbacks 2025-08-24 20:33:26 +02:00