includedTools
setting not respected when agents chain is active
#7197
Unanswered
sbruel
asked this question in
Troubleshooting
Replies: 2 comments
-
I can't replicate this. endpoints:
agents:
disableBuilder: false
capabilities:
- 'file_search'
- 'actions'
- 'tools'
- 'artifacts'
- 'chain'
...
includedTools: ["youtube","image_gen_oai"]
...
mcpServers:
some-server:
...
You need to provide logs, there are some loaded at startup that would be helpful here. Here's my relevant log output: 2025-05-02T19:05:02.480Z info: Custom config file loaded:
2025-05-02T19:05:02.481Z info: {
"includedTools": [
"youtube",
"image_gen_oai"
],
"imageOutputType": "png",
"secureImageLinks"... [truncated]
2025-05-02T19:05:02.481Z debug: Custom config:
{
includedTools: ["youtube","image_gen_oai"],
agents.disableBuilder: false,
// 5 capabilitie(s)
agents.capabilities: ["file_search","actions","tools","artifacts","chain"],
Lastly, make sure you are up to date: Updating Instructions (docker): |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, @sbruel Ensure you are using the latest version of the config file; outdated config versions can lead to this issue. https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/config#version
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
We use the following settings in
librechat.yml
and everything works as expected.
When adding
chain
to the list of capabilities, as in:The
includedTools
list is not respected and the tools from the MCP server don't appear anymore when creating an agent.All the default tools appear again:
Version Information
5efad8f
Steps to Reproduce
includedTools
configuration tolibrechat.yml
chain
inendpoints.agents.capabilities
chain
toendpoints.agents.capabilities
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions