mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 05:12:43 +00:00
refactor(auto-reply): reuse abort session-entry resolver
This commit is contained in:
@@ -102,7 +102,7 @@ export function formatAbortReplyText(stoppedSubagents?: number): string {
|
||||
return `⚙️ Agent was aborted. Stopped ${stoppedSubagents} ${label}.`;
|
||||
}
|
||||
|
||||
function resolveSessionEntryForKey(
|
||||
export function resolveSessionEntryForKey(
|
||||
store: Record<string, SessionEntry> | undefined,
|
||||
sessionKey: string | undefined,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user