Back to Pull RequestsView on GitHub
#94Open
Simple Review
Fix reasoning token streaming for gpt-5-mini and gpt-5-nano models
by Mark-Lifeā¢Dec 5, 2025
Summary
This PR fixes how reasoning tokens are streamed for specific OpenAI models (`gpt-5-mini` and `gpt-5-nano`). It updates type definitions, adds a handler for streaming summary text, and includes corresponding test and documentation updates.
Changes
+101 additions-20 deletions
Impact Areas
OpenAI IntegrationModel ConfigurationStreaming FunctionalityDocumentation