actualizado el agent a utilizar en el grupo planilla
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s
This commit is contained in:
@@ -7,6 +7,7 @@ export type Handler = string | ((conv: Conversation) => Promise<string>);
|
|||||||
|
|
||||||
export const chatHandlers: Record<string, Handler> = {
|
export const chatHandlers: Record<string, Handler> = {
|
||||||
'50498554225@c.us': process.env.CONVERSATION_AGENT_URL || 'http://conversation-layer-agent:8001',
|
'50498554225@c.us': process.env.CONVERSATION_AGENT_URL || 'http://conversation-layer-agent:8001',
|
||||||
|
'120363401804322608@g.us' : 'http://planilla-agent:8012'
|
||||||
// Add other mappings like:
|
// Add other mappings like:
|
||||||
// '50496210031@c.us': 'http://llm-agent:8000'
|
// '50496210031@c.us': 'http://llm-agent:8000'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user