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

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