feat: deprecate Agent Chain functionality and update related methods for improved clarity

This commit is contained in:
Danny Avila 2025-09-04 21:50:32 -04:00
parent 611411e712
commit f87bc231c5
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
4 changed files with 37 additions and 5 deletions

View file

@ -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