feat: mutualize CRUD tools between workflows and AI (#14996)
Closes [#1662](https://github.com/twentyhq/core-team-issues/issues/1662)
This commit is contained in:
@@ -283,6 +283,7 @@ const FieldActorSourceSchema = z.union([
|
||||
z.literal('SYSTEM'),
|
||||
z.literal('WORKFLOW'),
|
||||
z.literal('WEBHOOK'),
|
||||
z.literal('AGENT'),
|
||||
]);
|
||||
|
||||
export const FieldActorValueSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user