fix(ci): repair main validation gates · openclaw/openclaw@c92f366
vincentkoc
·
2026-06-22
·
via Recent Commits to openclaw:main
File tree
src/agents/embedded-agent-runner
| Original file line number | Diff line number | Diff line change |
|---|
@@ -52,6 +52,11 @@ type MidTurnPrecheckOptions = {
|
52 | 52 | onMidTurnPrecheck?: (request: MidTurnPrecheckRequest) => void; |
53 | 53 | }; |
54 | 54 | |
| 55 | +export { |
| 56 | +CONTEXT_LIMIT_TRUNCATION_NOTICE, |
| 57 | +formatContextLimitTruncationNotice, |
| 58 | +} from "./context-truncation-notice.js"; |
| 59 | + |
55 | 60 | export function markTranscriptPromptText(message: AgentMessage, text: string): void { |
56 | 61 | Object.defineProperty(message, TRANSCRIPT_PROMPT_TEXT_KEY, { |
57 | 62 | configurable: true, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。