diff --git a/frontend/server/agent/langgraphCrmAgent.ts b/frontend/server/agent/langgraphCrmAgent.ts index f2f8c8f..0d75d1f 100644 --- a/frontend/server/agent/langgraphCrmAgent.ts +++ b/frontend/server/agent/langgraphCrmAgent.ts @@ -460,7 +460,7 @@ export async function runLangGraphCrmAgentFor(input: { end: z.string().optional(), note: z.string().optional(), archived: z.boolean().optional(), - }; + }); const readActionNames = new Set([ "getContactsList",