mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
WIP: code ptc
This commit is contained in:
parent
94067fea56
commit
4359260b38
11 changed files with 461 additions and 19 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