mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-10 19:44:23 +01:00
🧰 refactor: Decouple MCP Tools from System Tools (#9748)
This commit is contained in:
parent
9d2aba5df5
commit
386900fb4f
29 changed files with 1032 additions and 1195 deletions
|
|
@ -178,7 +178,8 @@ export const useConversationTagsQuery = (
|
|||
*/
|
||||
|
||||
/**
|
||||
* Hook for getting all available tools for Assistants
|
||||
* Hook for getting available LibreChat tools (excludes MCP tools)
|
||||
* For MCP tools, use `useMCPToolsQuery` from mcp-queries.ts
|
||||
*/
|
||||
export const useAvailableToolsQuery = <TData = t.TPlugin[]>(
|
||||
endpoint: t.AssistantsEndpoint | EModelEndpoint.agents,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue