Commit Graph

4 Commits

Author SHA1 Message Date
Game_Time
ffcb12e76c Merge pull request #16 from FammasMaz/FammasMaz-patch-1
fix: stream(legacy): include delta.reasoning alongside reasoning_summary
2025-08-22 13:53:05 +05:00
Game_Time
cadd959778 hopefully patch token counting? 2025-08-22 02:01:15 +05:00
Moeeze Hassan
b0de3a2e6f fix: stream(legacy): include delta.reasoning alongside reasoning_summary
In legacy/current compatibility mode, stream both `delta.reasoning_summary` and
`delta.reasoning` (string) for reasoning deltas. This ensures clients that
expect `choices[0].delta.reasoning` as a string (e.g., OpenCode) render
reasoning without schema errors.

Change made only to legacy to avoid breakage with other software
2025-08-21 22:36:37 +02:00
Game_Time
554ec53a25 refactor to reorganise codebase 2025-08-19 17:21:00 +05:00