fix crm tool schema syntax for nuxt build
This commit is contained in:
@@ -460,7 +460,7 @@ export async function runLangGraphCrmAgentFor(input: {
|
|||||||
end: z.string().optional(),
|
end: z.string().optional(),
|
||||||
note: z.string().optional(),
|
note: z.string().optional(),
|
||||||
archived: z.boolean().optional(),
|
archived: z.boolean().optional(),
|
||||||
};
|
});
|
||||||
|
|
||||||
const readActionNames = new Set([
|
const readActionNames = new Set([
|
||||||
"getContactsList",
|
"getContactsList",
|
||||||
|
|||||||
Reference in New Issue
Block a user