fix: prevent nodes media base64 context bloat (#34332)

This commit is contained in:
Ayaan Zaidi
2026-03-04 16:53:16 +05:30
committed by Ayaan Zaidi
parent ed8e0a8146
commit ef4fa43df8
4 changed files with 338 additions and 15 deletions

View File

@@ -136,6 +136,7 @@ export function createOpenClawTools(options?: {
currentChannelId: options?.currentChannelId,
currentThreadTs: options?.currentThreadTs,
config: options?.config,
modelHasVision: options?.modelHasVision,
}),
createCronTool({
agentSessionKey: options?.agentSessionKey,