revert: mark system prompt sent on first turn

This commit is contained in:
Peter Steinberger 2025-12-02 21:23:56 +00:00
parent 088887c8fe
commit 45d9bca433

View File

@ -263,6 +263,7 @@ export async function getReplyFromConfig(
}; };
sessionStore[sessionKey] = sessionEntry; sessionStore[sessionKey] = sessionEntry;
await saveSessionStore(storePath, sessionStore); await saveSessionStore(storePath, sessionStore);
systemSent = true;
} }
const prefixedBody = const prefixedBody =