🔨 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:
Danny Avila 2024-04-02 09:11:30 -04:00 committed by GitHub
parent e66aa280c0
commit 09da05afa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 37 additions and 2 deletions

View file

@ -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,
})) ?? [];
}