done tool no overwrite

This commit is contained in:
dal 2025-08-12 23:23:35 -06:00
parent 6c989b7c25
commit d9e6c3dee2
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export function createDoneToolDelta(doneToolState: DoneToolState, context: DoneT
messageId: context.messageId,
responseEntry: doneToolResponseEntry,
rawLlmMessage: doneToolMessage,
mode: 'append',
mode: 'update',
});
}
} catch (error) {