co-mono/packages/ai/src/providers
Mario Zechner ee4c131873 fix(ai): Fix OpenAI Responses provider multi-turn conversation support
- Collect complete output items during streaming instead of building blocks incrementally
- Handle reasoning summary parts with proper newline separation
- Support refusal content in message outputs
- Preserve full reasoning items and message IDs for multi-turn resubmission
- Emit proper streaming events for text and thinking deltas
2025-08-31 22:11:08 +02:00
..
anthropic.ts refactor(ai): Update OpenAI Completions provider to new content block API 2025-08-31 20:59:57 +02:00
google.ts refactor(ai): Update OpenAI Completions provider to new content block API 2025-08-31 20:59:57 +02:00
openai-completions.ts fix(ai): Fix OpenAI Responses provider multi-turn conversation support 2025-08-31 22:11:08 +02:00
openai-responses.ts fix(ai): Fix OpenAI Responses provider multi-turn conversation support 2025-08-31 22:11:08 +02:00