Tool Calling sometimes not rendered correctly #10351
Replies: 1 comment 1 reply
|
LibreChat does not render tool calling from LLM text, so this is an LLM issue that sometimes happens with Claude. A common cause for this is when the tool(s) are no longer available, or have been updated, since the conversation first started or since the agent was last configured. It's common for remote MCP servers to update their list of tools, and LC is not yet aware of this change: #7117 It's most common when returning to existing conversation when previous interactions may have the older or no longer available MCP tools. Claude is also not exempt from hallucinating for a myriad of reasons, and this would qualify as a hallucination. It would help in what context the tool is attempted to be used. Are you using an agent? Try removing the ClickHouse MCP and adding it back to the agent if that's the case. |
Uh oh!
There was an error while loading. Please reload this page.
What happened?
Occasionally the tool calling will show the raw tool calling codes:
Normally it shows rendered:
Version Information
v0.8.0
Steps to Reproduce
This is a sporadic issue, ask any question and occasionally it'll show the raw sequence rather than the parsed invoke
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
Broken Rendering
Default Behavior
Code of Conduct
All reactions