mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
feat: deprecate Agent Chain functionality and update related methods for improved clarity
This commit is contained in:
parent
611411e712
commit
f87bc231c5
4 changed files with 37 additions and 5 deletions
|
@ -192,6 +192,7 @@ const initializeClient = async ({ req, res, signal, endpointOption }) => {
|
|||
}
|
||||
}
|
||||
|
||||
/** @deprecated Agent Chain */
|
||||
if (agent_ids?.length) {
|
||||
for (const agentId of agent_ids) {
|
||||
if (checkAgentInit(agentId)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue