mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 17:48:50 +01: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
|
|
@ -7,6 +7,7 @@ const DEFAULT_PROMPT_TEMPLATE = `Based on the following conversation and analysi
|
|||
/**
|
||||
* Helper function to create sequential chain edges with buffer string prompts
|
||||
*
|
||||
* @deprecated Agent Chain helper
|
||||
* @param agentIds - Array of agent IDs in order of execution
|
||||
* @param promptTemplate - Optional prompt template string; defaults to a predefined template if not provided
|
||||
* @returns Array of edges configured for sequential chain with buffer prompts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue