mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-06 22:09:44 +02:00
Some OpenClaw JSON outputs contain durationMs but lack payloads field. The original condition rejected these results, causing the agent to return "openclaw returned no parseable output" instead of the actual execution result. Fix by accepting results that have either payloads OR durationMs > 0. Fixes #830 Co-authored-by: leaderlemon <leaderlemon@users.noreply.github.com>