Commit 7461863
fix: LiteLLM Claude thinking blocks with display: "omitted" were lost
Starting with Opus 4.7 thoughts display defaults to omitted instead of summarized https://platform.claude.com/docs/en/build-with-claude/extended-thinking#controlling-thinking-display which omits thinking_text. However thinking signature is still critically important to be preserved and sent back to the model.
PiperOrigin-RevId: 9348661891 parent a57c3e4 commit 7461863
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| |||
0 commit comments