mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-29 14:48:51 +01:00
feat: update createSequentialChainEdges call to only provide conversation context between agents
This commit is contained in:
parent
6235ad21fe
commit
611411e712
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ const initializeClient = async ({ req, res, signal, endpointOption }) => {
|
|||
await processAgent(agentId);
|
||||
}
|
||||
|
||||
const chain = await createSequentialChainEdges([primaryConfig.id].concat(agent_ids));
|
||||
const chain = await createSequentialChainEdges([primaryConfig.id].concat(agent_ids), '{convo}');
|
||||
edges = edges ? edges.concat(chain) : chain;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue