twenty / packages /twenty-shared /src /logic-function /constants /DefaultToolInputSchema.ts
Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
157 Bytes
import { type InputJsonSchema } from '@/logic-function';
export const DEFAULT_TOOL_INPUT_SCHEMA: InputJsonSchema = {
type: 'object',
properties: {},
};