@rubytech/create-realagent 1.0.602 → 1.0.603
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/payload/server/server.js +0 -1
package/package.json
CHANGED
package/payload/server/server.js
CHANGED
|
@@ -8837,7 +8837,6 @@ async function* invokeAdminAgent(message, systemPrompt, accountDir, accountId, a
|
|
|
8837
8837
|
if (sessionKey) clearAgentSessionId(sessionKey);
|
|
8838
8838
|
} else {
|
|
8839
8839
|
gotDone = true;
|
|
8840
|
-
if (sessionKey) clearAgentSessionId(sessionKey);
|
|
8841
8840
|
if (!sessionWasReset) {
|
|
8842
8841
|
const convId = sessionKey ? sessionStore.get(sessionKey)?.conversationId : void 0;
|
|
8843
8842
|
if (convId) {
|