#@krill LLM request rejected: messages.15.content.0.thinking.signature: Field required
1 messages · Page 1 of 1 (latest)
That specific error usually means your session history contains “thinking” blocks that don’t have a required signature (often created when a stream was aborted/partial). Google Antigravity Claude is strict about this and rejects the next request when it sees unsigned thinking in the prior messages.
Fix options:
- Start a new session (fastest).
- Or run
/thinking offfor that agent, then retry. - Also: update to the latest OpenClaw — newer versions strip unsigned thinking blocks for Google Antigravity Claude automatically.
Docs (FAQ): https://docs.openclaw.ai/help/faq (search for: “thinking signature required google antigravity”)
To confirm which path you’re on, paste:
openclaw --version- which model/provider you’re using (e.g.
google-antigravity/ “Claude via Antigravity”)
Which model/provider are you using?