Commit bab0435
committed
fix: use ReasoningContent not Content for pre-tool thinking display
The pre-tool IterationCallback was passing result.Content (visible assistant
text) instead of result.ReasoningContent (DeepSeek thinking tokens). This
meant the 💭 reasoning messages only appeared when the model also output
visible text alongside tool calls — which DeepSeek rarely does.
Fixes the Telegram bot not showing deterministic progress / thinking notes.1 parent c94dd05 commit bab0435
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
| 605 | + | |
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
| |||
0 commit comments