revert: mark system prompt sent on first turn
parent
ea32cd85fe
commit
1df6373cb1
|
|
@ -263,6 +263,7 @@ export async function getReplyFromConfig(
|
|||
};
|
||||
sessionStore[sessionKey] = sessionEntry;
|
||||
await saveSessionStore(storePath, sessionStore);
|
||||
systemSent = true;
|
||||
}
|
||||
|
||||
const prefixedBody =
|
||||
|
|
|
|||
Loading…
Reference in New Issue