fix crm tool schema syntax for nuxt build

This commit is contained in:
Ruslan Bakiev
2026-02-20 13:23:27 +07:00
parent 2d27f20f06
commit c9dd8cbfe2

View File

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