mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 20:00:15 +01:00
WIP: code ptc
This commit is contained in:
parent
4d7e6b4a58
commit
3588929c70
8 changed files with 454 additions and 12 deletions
|
|
@ -429,6 +429,7 @@ function createToolInstance({ res, toolName, serverName, toolDefinition, provide
|
|||
});
|
||||
toolInstance.mcp = true;
|
||||
toolInstance.mcpRawServerName = serverName;
|
||||
toolInstance.mcpJsonSchema = parameters;
|
||||
return toolInstance;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue