LibreChat/client/src/components/Conversations
Danny Avila 5d985746cb
🛠️ fix: Tool Filtering in PluginsClient (#3266)
* feat(plugins): implement tool filtering in PluginsClient

Add functionality to filter tools based on filteredTools and includedTools
arrays in the request's app locals. This allows for dynamic tool selection
on a per-request basis, enhancing the flexibility of the plugin system.

* test(plugins): add unit tests for tool filtering in PluginsClient

Introduce comprehensive test suite for the new tool filtering feature
in PluginsClient. Cover scenarios including filtering out tools,
including specific tools, prioritization of includedTools over
filteredTools, and behavior when no filters are provided.

* chore: Remove unused legacy Conversation component and update imports
2024-07-04 10:34:28 -04:00
..
ArchiveButton.tsx 🔀 fix: Address Convo/Preset Switching Issues (#2709) 2024-05-14 15:19:58 -04:00
Conversations.tsx 📧 fix: Cancel Signup if Email Issuance Fails (#3010) 2024-06-08 06:51:29 -04:00
Convo.tsx 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
DeleteButton.tsx 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
DropDownMenu.tsx 🚀 feat: Shared Links (#2772) 2024-05-17 18:13:32 -04:00
Fork.tsx 🎨 style: fix inconsistent HoverButtons and correct style issue in Continue button (#3100) 2024-06-21 09:58:38 -04:00
HoverToggle.tsx 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
index.ts 🛠️ fix: Tool Filtering in PluginsClient (#3266) 2024-07-04 10:34:28 -04:00
Pages.tsx style: update symbols for the next/previous page buttons to make navigation more intuitive (#1182) 2023-11-16 08:35:18 -05:00
RenameButton.tsx 🗨️ feat: Prompts (#3131) 2024-06-20 20:24:32 -04:00
ShareButton.tsx 🚀 feat: Shared Links (#2772) 2024-05-17 18:13:32 -04:00
ShareDialog.tsx 🚀 feat: Shared Links (#2772) 2024-05-17 18:13:32 -04:00
SharedLinkButton.tsx 🔧 fix(Shared Links): Handling Shared Link Errors (#3118) 2024-06-21 10:12:37 -04:00
ToggleContext.ts 🚀 feat: Shared Links (#2772) 2024-05-17 18:13:32 -04:00