actualizado el agent a utilizar en el grupo planilla
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s

This commit is contained in:
2025-06-05 15:40:30 -06:00
parent fff921df0a
commit 13d1dfe26b

View File

@@ -7,6 +7,7 @@ export type Handler = string | ((conv: Conversation) => Promise<string>);
export const chatHandlers: Record<string, Handler> = {
'50498554225@c.us': process.env.CONVERSATION_AGENT_URL || 'http://conversation-layer-agent:8001',
'120363401804322608@g.us' : 'http://planilla-agent:8012'
// Add other mappings like:
// '50496210031@c.us': 'http://llm-agent:8000'
};