Fix streaming tool calls and input parsing for Responses API 330cf0c XciD HF Staff commited on 29 days ago
Support more tool types in Responses API (web_search, code_interpreter, etc.) ede9df2 XciD HF Staff commited on 29 days ago
Add OpenAI Responses API support (/v1/responses endpoint) 0ff308b XciD HF Staff commited on 29 days ago
Simplify stream converter: direct text streaming, no parsing e31dca6 XciD HF Staff commited on 29 days ago
Stream text with buffered reasoning: emit thinking first, then stream text 3bf1901 XciD HF Staff commited on 29 days ago
Accumulate text content, emit at finish to avoid splits b38efdf XciD HF Staff commited on 29 days ago
Process content before reasoning to avoid chunk splitting f72e933 XciD HF Staff commited on 29 days ago
Fix double text block bug by flushing buffer when reasoning field detected 87472a7 XciD HF Staff commited on 29 days ago
Fix character-by-character output - only buffer for think tags when no reasoning field 7ce60c4 XciD HF Staff commited on 29 days ago
Add debug logging for request/response, fix think tag parsing without opening tag cd65c60 XciD HF Staff commited on 29 days ago