Replies: 1 comment 3 replies
-
without your actual openapi schema, it's hard to say what the cause is. there could be an error with the API response. |
Beta Was this translation helpful? Give feedback.
3 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 is your question?
Librechat is given an error, coming from OpenAI, that the tool output is unexpected because it's empty. However, when calling the API, from within the Librechat docker container, the tool outputs are empty.
More Details
In Librechat, we get this error, suggesting we sent tool output to OpenAI and they were empty ...
Something went wrong. Here's the specific error message we encountered: 400 Expected tool outputs for call_ids ['call_UMzqTOfk2toOKrKyvvdXBxhh'], got []
It's almost instantaneous.
In the Librechat UI, we see the parameters for the tool API call ...
This works perfectly in the action's API endpoint. I can also confirm curl of the call from within the Librechat docker container works. fine. What's weird, is that this all used to work perfectly, but started failing this morning (we use the
FROM ghcr.io/danny-avila/librechat-dev:latest
Docker image, and have tried ghcr.io/danny-avila/librechat also. We tried with a vanilla environment, still getting the same issue.Logs:
logs.tar.gz
I would love to debug what Librechat sends to the tool (action) to see if there is something wrong there.
What is the main subject of your question?
Other
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions