Issue with more than one agent action configured on the same base URL #4990
Replies: 2 comments 4 replies
-
Hi, thanks for your report. The issue may not be due to the actions but the frontend conversation logic. Using your steps, I can't reproduce it using your exact openapi spec: If I were to guess, you removing a path from the actions lowers the current context load, which your provider/model may not be able to handle. Tools take up tokens in the context window and each action path becomes 1 tool, so 2 vs. 1 of them may be triggering the error. Can you confirm the provider/model you are using? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Closed by #5020 |
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
-
What happened?
Docker compose install on Ubuntu 24.04 AMD64. Client is M4 Mac. Tested with Safari and Chrome.
I set up an action:
The yaml validated:
But when I tried to send any message to the agent, this error occurred in the chat window:
Something went wrong. Here's the specific error message we encountered: An error occurred while processing your request. Please contact the Admin.
And in the LibreChat container log (note: this might not be related to the issue, it originally looked correlated but then I watched the log with follow and saw that it didn't pop up at the same time.
However, this Safari error is correlated:
In Chrome:
But if I remove one of the two paths in the schema:
Then I can send messages and the function call works.
Additional Note If I separate them into two actions, the agent can only see the first, even though two actions appear below the tools and both validate.
Steps to Reproduce
What browsers are you seeing the problem on?
Safari and Chrome
Relevant log output
Safari JS console log error:
Chrome JS console log
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions