mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 16:53:55 +00:00
fix(ci): repair main validation gates
This commit is contained in:
@@ -52,6 +52,11 @@ type MidTurnPrecheckOptions = {
|
||||
onMidTurnPrecheck?: (request: MidTurnPrecheckRequest) => void;
|
||||
};
|
||||
|
||||
export {
|
||||
CONTEXT_LIMIT_TRUNCATION_NOTICE,
|
||||
formatContextLimitTruncationNotice,
|
||||
} from "./context-truncation-notice.js";
|
||||
|
||||
export function markTranscriptPromptText(message: AgentMessage, text: string): void {
|
||||
Object.defineProperty(message, TRANSCRIPT_PROMPT_TEXT_KEY, {
|
||||
configurable: true,
|
||||
|
||||
Reference in New Issue
Block a user