twenty / packages /twenty-shared /src /constants /ExcludedFieldNamesFromAgentToolSchema.ts
Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
121 Bytes
export const EXCLUDED_FIELD_NAMES_FROM_AGENT_TOOL_SCHEMA = [
'deletedAt',
'searchVector',
'createdBy',
] as const;