Files
next-ai-draw-io/lib
dayuan.jiang 32f7383002 fix: OpenAI reasoning/thinking blocks not showing
- Use Responses API instead of Chat Completions API for OpenAI
  (.chat() -> default call) to support reasoning events
- Add o4 to reasoning model detection
- Change default reasoningSummary from 'detailed' to 'auto'
  (not all models support 'detailed')
- Update types to match AI SDK: 'auto' | 'detailed'
2025-12-23 13:10:15 +09:00
..