Error after tool call with Claude 3.7 (AWS Bedrock) #6603
Unanswered
dvejsada
asked this question in
Troubleshooting
Replies: 1 comment
-
this was extensively tested for and resolved on latest, please update to confirm the issue, then export the conversation if you're still experiencing it. Updating Instructions (docker): # Linux command to Remove all existing images
docker images -a | grep "librechat" | awk '{print $3}' | xargs docker rmi
# Windows Powershell
docker images -a | findstr "librechat" | ForEach-Object { docker rmi $_.Split()[2] } Then follow the directions here: https://www.librechat.ai/docs/local/docker#update-librechat |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
In some cases, after the tool call with agent, agent throws an error stating in the UI: Something went wrong. Here's the specific error message we encountered: An error occurred while processing the request: The model returned the following errors: messages.3.content.0: When providing
thinking
orredacted_thinking
blocks, all preceding prompt sections (including system, tools, and thinking configuration) must match the parameters during the original request.Full logs below.
Version Information
latest dev
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions