refactor(agents): hide queue message timeout · openclaw/openclaw@f06539d
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
File tree
src/agents/embedded-agent-runner/run
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,7 +15,7 @@ export type EmbeddedAgentActiveSessionSteerTarget = {
|
15 | 15 | }; |
16 | 16 | |
17 | 17 | /** Default wait for a steered user message to appear in the active transcript. */ |
18 | | -export const DEFAULT_QUEUE_TRANSCRIPT_COMMIT_TIMEOUT_MS = 120_000; |
| 18 | +const DEFAULT_QUEUE_TRANSCRIPT_COMMIT_TIMEOUT_MS = 120_000; |
19 | 19 | |
20 | 20 | function extractQueuedUserMessageText(message: unknown): string | undefined { |
21 | 21 | if (!message || typeof message !== "object") { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。