docs: rebalance prose cleanup and add trimming skill
This commit is contained in:
@@ -155,9 +155,8 @@ describe('interruptedTurnClosers', () => {
|
||||
})
|
||||
|
||||
it('handles tool/call without a matching assistant/message entry gracefully', () => {
|
||||
// A tool/call event exists in the log but no assistant/message registered the callId in
|
||||
// pendingCalls (e.g., a plugin appended it directly, or the assistant/message from a prior
|
||||
// step didn't have this call).
|
||||
// A raw tool/call with no assistant-registered pending call has nothing to
|
||||
// answer; repair still closes the step and turn without synthesizing a result.
|
||||
const events: SessionEvent[] = [
|
||||
userTurnStart(1, 0),
|
||||
{ type: 'step/start', seq: 1, time: 1, data: { turn: 1, step: 1 } },
|
||||
|
||||
Reference in New Issue
Block a user