File size: 157 Bytes
d9494a5
 
 
 
 
 
1
2
3
4
5
6
7
import { type InputJsonSchema } from '@/logic-function';

export const DEFAULT_TOOL_INPUT_SCHEMA: InputJsonSchema = {
  type: 'object',
  properties: {},
};