co-mono/packages/ai/test/examples
Mario Zechner 3e1422d3d7 feat(ai): Add proper thinking support for Gemini 2.5 models
- Added thinkingConfig with includeThoughts and thinkingBudget support
- Use part.thought boolean flag to detect thinking content per API docs
- Capture and preserve thought signatures for multi-turn function calling
- Added supportsThinking() check for Gemini 2.5 series models
- Updated example to demonstrate thinking configuration
- Handle SDK type limitations with proper type assertions
2025-08-25 10:26:23 +02:00
..
anthropic.ts refactor(ai): Add completion signal to onText/onThinking callbacks 2025-08-24 20:33:26 +02:00
gemini.ts feat(ai): Add proper thinking support for Gemini 2.5 models 2025-08-25 10:26:23 +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