fix(session): preserve lastAccountId and lastThreadId on session reset
This commit is contained in:
parent
aae75b5e57
commit
3066607037
@ -338,6 +338,8 @@ export async function performGatewaySessionReset(params: {
|
||||
origin: snapshotSessionOrigin(currentEntry),
|
||||
lastChannel: currentEntry?.lastChannel,
|
||||
lastTo: currentEntry?.lastTo,
|
||||
lastAccountId: currentEntry?.lastAccountId,
|
||||
lastThreadId: currentEntry?.lastThreadId,
|
||||
skillsSnapshot: currentEntry?.skillsSnapshot,
|
||||
inputTokens: 0,
|
||||
outputTokens: 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user