mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🔨 fix(ToolService): remove userId filter from loadActionSets & Docs Update (#2286)
* fix(ToolService): remove userId filter from `loadActionSets` * docs: updates to rag_api and docker_override explaining key variable conflicts
This commit is contained in:
parent
e66aa280c0
commit
09da05afa1
4 changed files with 37 additions and 2 deletions
|
|
@ -270,7 +270,6 @@ async function processRequiredActions(client, requiredActions) {
|
|||
if (!actionSets.length) {
|
||||
actionSets =
|
||||
(await loadActionSets({
|
||||
user: client.req.user.id,
|
||||
assistant_id: client.req.body.assistant_id,
|
||||
})) ?? [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue