Bennet Bo Fenner
7be57baef0
agent: Fix issue with Anthropic thinking models ( #33317 )
...
cc @osyvokon
We were seeing a bunch of errors in our backend when people were using
Claude models with thinking enabled.
In the logs we would see
> an error occurred while interacting with the Anthropic API:
invalid_request_error: messages.x.content.0.type: Expected `thinking` or
`redacted_thinking`, but found `text`. When `thinking` is enabled, a
final `assistant` message must start with a thinking block (preceeding
the lastmost set of `tool_use` and `tool_result` blocks). We recommend
you include thinking blocks from previous turns. To avoid this
requirement, disable `thinking`. Please consult our documentation at
https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking
However, this issue did not occur frequently and was not easily
reproducible. Turns out it was triggered by us not correctly handling
[Redacted Thinking
Blocks](https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking#thinking-redaction ).
I could constantly reproduce this issue by including this magic string:
`ANTHROPIC_MAGIC_STRING_TRIGGER_REDACTED_THINKING_46C9A13E193C177646C7398A98432ECCCE4C1253D5E2D82641AC0E52CC2876CB
` in the request, which forces `claude-3-7-sonnet` to emit redacted
thinking blocks (confusingly the magic string does not seem to be
working for `claude-sonnet-4`). As soon as we hit a tool call Anthropic
would return an error.
Thanks to @osyvokon for pointing me in the right direction 😄 !
Release Notes:
- agent: Fixed an issue where Anthropic models would sometimes return an
error when thinking was enabled
2025-06-24 16:23:59 +00:00
..
2025-06-13 22:33:02 +00:00
2025-06-24 16:23:59 +00:00
2025-06-17 12:14:44 +02:00
2025-06-24 09:11:03 -03:00
2025-06-23 18:48:26 +00:00
2025-06-17 14:39:45 +00:00
2025-05-20 23:06:07 +00:00
2025-06-24 16:23:59 +00:00
2025-05-21 09:27:54 +00:00
2025-06-18 16:01:28 +05:30
2025-06-16 18:45:24 +03:00
2025-06-23 18:48:26 +00:00
2025-05-26 21:20:41 -03:00
2025-06-13 13:11:02 -04:00
2025-05-20 23:06:07 +00:00
2025-06-17 20:56:41 +00:00
2025-04-02 13:26:34 -07:00
2025-06-22 20:08:50 +00:00
2025-05-30 08:32:54 -07:00
2025-06-18 14:43:23 +00:00
2025-05-26 23:04:31 -04:00
2025-06-24 05:14:15 +00:00
2025-06-22 16:23:17 -04:00
2025-06-22 16:23:17 -04:00
2025-05-04 08:28:39 +00:00
2025-06-24 14:06:00 +00:00
2025-06-24 16:11:25 +00:00
2025-04-02 13:26:34 -07:00
2025-06-18 16:01:28 +05:30
2025-04-02 13:26:34 -07:00
2025-06-05 12:59:22 +00:00
2025-06-21 11:19:23 -04:00
2025-06-19 17:37:58 +03:00
2025-04-02 13:26:34 -07:00
2025-06-23 20:41:53 +00:00
2025-06-23 17:06:48 +00:00
2025-06-15 19:51:04 +00:00
2025-06-23 17:06:48 +00:00
2025-06-13 20:56:23 +00:00
2025-06-23 20:41:53 +00:00
2025-06-17 10:43:07 -04:00
2025-06-17 13:46:21 +00:00
2025-06-24 04:34:51 +00:00
2025-06-24 04:34:51 +00:00
2025-06-24 16:23:59 +00:00
2025-06-21 11:19:23 -04:00
2025-06-18 14:05:29 +00:00
2025-06-17 12:09:08 +02:00
2025-06-21 14:46:36 +02:00
2025-06-18 22:52:40 +00:00
2025-06-17 13:56:19 -06:00
2025-06-22 16:23:17 -04:00
2025-06-18 16:01:28 +05:30
2025-04-02 13:26:34 -07:00
2025-06-22 16:23:17 -04:00
2025-04-02 13:26:34 -07:00
2025-06-18 16:01:28 +05:30
2025-06-24 04:34:51 +00:00
2025-06-03 12:23:01 -04:00
2025-06-24 09:17:53 +00:00
2025-06-03 09:41:45 +02:00
2025-06-17 20:26:27 +00:00
2025-06-24 16:07:45 +00:00
2025-06-24 04:34:51 +00:00
2025-04-02 13:26:34 -07:00
2025-04-02 13:26:34 -07:00
2025-05-20 23:06:07 +00:00
2025-04-02 13:26:34 -07:00
2025-06-24 11:02:06 -03:00
2025-06-03 13:18:29 +02:00
2025-06-18 16:01:28 +05:30
2025-06-20 21:28:48 +00:00
2025-05-27 21:52:42 +00:00
2025-06-06 20:54:00 +00:00
2025-05-20 23:06:07 +00:00
2025-05-17 16:42:45 +00:00
2025-06-18 16:01:28 +05:30
2025-04-23 20:54:09 +00:00
2025-06-23 17:59:06 -04:00
2025-06-17 14:39:45 +00:00
2025-06-24 16:23:59 +00:00
2025-06-24 16:23:59 +00:00
2025-06-18 16:01:28 +05:30
2025-06-17 23:39:31 -04:00
2025-06-21 19:47:16 +05:30
2025-05-20 23:06:07 +00:00
2025-06-22 16:23:17 -04:00
2025-06-17 10:43:07 -04:00
2025-06-23 17:59:06 -04:00
2025-06-09 13:11:57 +02:00
2025-06-09 13:11:57 +02:00
2025-05-20 23:06:07 +00:00
2025-04-29 21:58:45 -03:00
2025-06-17 09:32:08 +00:00
2025-06-17 10:43:07 -04:00
2025-06-15 21:18:09 +00:00
2025-06-06 16:00:09 +00:00
2025-06-23 19:55:21 -03:00
2025-06-17 10:43:07 -04:00
2025-06-18 21:51:51 +00:00
2025-06-21 08:03:50 +02:00
2025-05-26 23:04:31 -04:00
2025-06-18 22:36:00 +00:00
2025-04-02 13:26:34 -07:00
2025-06-14 21:39:54 -06:00
2025-06-24 04:34:51 +00:00
2025-06-13 07:26:06 +00:00
2025-06-23 17:59:06 -04:00
2025-06-24 04:34:51 +00:00
2025-06-18 16:01:28 +05:30
2025-06-18 16:01:28 +05:30
2025-06-17 13:46:21 +00:00
2025-06-18 16:01:28 +05:30
2025-05-26 17:43:57 +00:00
2025-05-23 14:53:53 +00:00
2025-05-27 16:56:27 +00:00
2025-06-17 10:07:51 -04:00
2025-06-24 10:15:20 +03:00
2025-05-20 23:06:07 +00:00
2025-04-02 13:26:34 -07:00
2025-06-09 13:11:57 +02:00
2025-06-17 12:09:08 +02:00
2025-06-19 18:23:09 +05:30
2025-04-02 13:26:34 -07:00
2025-06-24 04:34:51 +00:00
2025-06-13 06:32:29 +00:00
2025-05-20 23:06:07 +00:00
2025-04-25 17:41:49 +03:00
2025-06-24 16:07:45 +00:00
2025-06-24 04:34:51 +00:00
2025-05-20 23:06:07 +00:00
2025-05-26 23:04:31 -04:00
2025-06-18 16:01:28 +05:30
2025-05-20 23:06:07 +00:00
2025-04-02 13:26:34 -07:00
2025-05-16 17:35:44 +02:00
2025-06-24 16:07:45 +00:00
2025-05-01 17:37:43 +02:00
2025-06-09 13:11:57 +02:00
2025-04-02 13:26:34 -07:00
2025-06-17 14:39:45 +00:00
2025-06-24 04:34:51 +00:00
2025-06-18 22:47:48 +00:00
2025-06-19 02:27:34 -03:00
2025-04-02 13:26:34 -07:00
2025-04-21 21:30:21 -07:00
2025-06-15 19:20:01 +00:00
2025-06-24 04:34:51 +00:00
2025-06-09 13:11:57 +02:00
2025-06-23 20:53:55 -03:00
2025-04-02 13:26:34 -07:00
2025-05-26 18:23:41 +00:00
2025-06-18 16:01:28 +05:30
2025-05-06 10:18:48 +00:00
2025-06-24 04:34:51 +00:00
2025-06-18 16:01:28 +05:30
2025-06-24 04:34:51 +00:00
2025-06-18 18:47:43 -03:00
2025-05-23 19:31:25 +00:00
2025-05-30 15:26:27 +00:00
2025-06-21 11:19:23 -04:00
2025-06-13 06:32:29 +00:00
2025-06-24 11:02:06 -03:00
2025-06-24 16:07:45 +00:00
2025-06-18 21:26:12 +00:00
2025-06-09 13:11:57 +02:00
2025-04-23 15:30:20 +00:00
2025-05-20 23:06:07 +00:00
2025-06-18 16:01:28 +05:30
2025-06-24 04:34:51 +00:00
2025-06-09 13:11:57 +02:00
2025-06-24 16:07:45 +00:00
2025-06-24 04:34:51 +00:00
2025-06-20 21:28:48 +00:00
2025-06-06 00:49:30 -06:00
2025-04-23 20:54:09 +00:00