Commit 8db8662
authored
fix(conversation): return_all_except_first_string drops two messages, not one (kyegomez#2133)
return_all_except_first slices [1:] while return_all_except_first_string
slices [2:], so the string variant silently loses the first real message.
Both document the same contract and history_output_formatter offers them
as sibling output types.
Fixes kyegomez#21121 parent 6d5bc5a commit 8db8662
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1364 | 1364 | | |
1365 | 1365 | | |
1366 | 1366 | | |
1367 | | - | |
| 1367 | + | |
1368 | 1368 | | |
1369 | 1369 | | |
1370 | 1370 | | |
| |||
0 commit comments