mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
fix(agents): keep terminal reply limit internal
This commit is contained in:
@@ -2,7 +2,7 @@ import { truncateUtf16Safe } from "@openclaw/normalization-core/utf16-slice";
|
||||
import { stripInternalMetadataForDisplay } from "../auto-reply/reply/display-text-sanitize.js";
|
||||
import { SILENT_REPLY_TOKEN } from "../auto-reply/tokens.js";
|
||||
|
||||
export const AGENT_RUN_TERMINAL_REPLY_MAX_CHARS = 4_096;
|
||||
const AGENT_RUN_TERMINAL_REPLY_MAX_CHARS = 4_096;
|
||||
|
||||
export type AgentRunTerminalReplySnapshot =
|
||||
| { disposition: "visible"; text: string }
|
||||
|
||||
Reference in New Issue
Block a user