Using agent return Something went wrong. Here's the specific error message we encountered: An error occurred while processing your request. Please contact the Admin. #5983
Replies: 3 comments 1 reply
-
There's not enough information here to reproduce the issue. What model/provider are you using? Are you setting parameters? |
Beta Was this translation helpful? Give feedback.
-
I'm also getting this error, i've tried a few models including o3-mini which afaik fully supports function calling. In the UI I briefly see a "Ran action" message but then it errors out without any meaningful message, logs show the error OP got. |
Beta Was this translation helpful? Give feedback.
-
I met the same problem when I use the model qws-32b which is supporting function call. How the problem to be solved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I add a custom agent, but when ask question to it, I got an error.
here is error message from container ghcr.io/danny-avila/librechat-dev:latest logs:
2025-02-22 18:06:04 error: [api/server/controllers/agents/client.js #sendCompletion] Unhandled error type 400 status code (no body)
2025-02-22 18:06:04 error: [handleAbortError] AI response error; aborting request: 400 status code (no body)
Version Information
2025-02-22 18:06:04 error: [api/server/controllers/agents/client.js #sendCompletion] Unhandled error type 400 status code (no body)
2025-02-22 18:06:04 error: [handleAbortError] AI response error; aborting request: 400 status code (no body)
2025-02-22 18:09:28 error: [api/server/controllers/agents/client.js #sendCompletion] Unhandled error type 400 status code (no body)
2025-02-22 18:09:28 error: [handleAbortError] AI response error; aborting request: 400 status code (no body)
2025-02-22 18:10:17 error: [api/server/controllers/agents/client.js #sendCompletion] Unhandled error type 400 status code (no body)
2025-02-22 18:10:17 error: [handleAbortError] AI response error; aborting request: 400 status code (no body)
2025-02-22 18:10:49 error: [api/server/controllers/agents/client.js #sendCompletion] Unhandled error type 400 status code (no body)
2025-02-22 18:10:49 error: [handleAbortError] AI response error; aborting request: 400 status code (no body)
2025-02-22 18:10:55 error: [api/server/controllers/agents/client.js #sendCompletion] Unhandled error type 400 status code (no body)
2025-02-22 18:10:55 error: [handleAbortError] AI response error; aborting request: 400 status code (no body)
2025-02-22 18:10:56 error: [api/server/controllers/agents/client.js #sendCompletion] Unhandled error type 400 status code (no body)
2025-02-22 18:10:56 error: [handleAbortError] AI response error; aborting request: 400 status code (no body)
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