mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 04:11:22 +00:00
fix(agents): make image sanitization dimension configurable
This commit is contained in:
@@ -190,6 +190,11 @@ export type AgentDefaultsConfig = {
|
||||
timeoutSeconds?: number;
|
||||
/** Max inbound media size in MB for agent-visible attachments (text note or future image attach). */
|
||||
mediaMaxMb?: number;
|
||||
/**
|
||||
* Max image side length (pixels) when sanitizing base64 image payloads in transcripts/tool results.
|
||||
* Default: 1200.
|
||||
*/
|
||||
imageMaxDimensionPx?: number;
|
||||
typingIntervalSeconds?: number;
|
||||
/** Typing indicator start mode (never|instant|thinking|message). */
|
||||
typingMode?: TypingMode;
|
||||
|
||||
Reference in New Issue
Block a user