File search tool returning error in Agent mode after updating to v0.7.7 from v0.7.7-rc #6556
Replies: 4 comments 34 replies
-
Relevant log output from the issue template was not provided. Can't reproduce: You'll see an "Error" label when there is truly an error, for which we need to check your logs |
Beta Was this translation helpful? Give feedback.
-
Hi @danny-avila thank you again for your AMAZING work ! i'm François' manager, and we have chosen librechat for our internal chatbot and we are facing this issue, it's really preventing us to move forward , and it's baffling us ... any help will be more than welcome ! thank you ! |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
Yes, it's not just file search, no tool calling works for gpt-4o for instance. But when the agent is configured with claude everything works. Also connecting through LiteLLM. I actually have a related opened issue, initially I thought it's just about images, but then I realized all tool calls result in this non-informative error when using gpt-4o. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Hello, I am currently facing an issue with file search, while working on a customized / forked version of LibreChat (the exact same issue is reproductible in the public version of the project, on the main branch). The tool displays an Error label in the frontend, and does not return any response from the rag_api.
One other inconsistency is the type of the tool_call one the file search tool has been called. The name of the tool is 'file_search' but its type is 'tool_call' and not 'file_search'. Should it be considered a normal behavior? Here is a picture below describing the tool call object:
(Sensitive content has been hidden on this screenshot).
Specifications
Model: gpt-4o and text-embedding-3-large through LiteLLM
rag_api version: latest (dev-lite and dev -> issue occurs on both)
runs: Docker exclusively
Thank you in advance for your feedback!
Configuration files
librechat.yaml (Content, without credentials)
docker-compose.override.yml (Content)
.env (Content, without credentials)
Version Information
v0.7.7 (main branch, commit c4fea9c)
Steps to Reproduce
Test
without adding a prompt.What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions