Files
openclaw/test/fixtures
Peter Steinberger 9edc531244 perf(agents): ship one automations job schema for add and update (#121645)
The automations tool shipped two near-duplicate ~1.4k-token object schemas
(job for add, patch for update) in every prompt on the default tool path —
13,016 chars of tool schema, 88% of it the duplicated pair. One nullable
object schema now serves both actions (7,864 chars, ~1.3k tokens saved per
prompt): update reads the job parameter, and the add path strips null
clears before the strict gateway cron.add contract while preserving the
agentId/sessionKey nulls that cron.add accepts.

Fixes #121606
2026-08-10 13:05:30 -07:00
..