Spaces:
Build error
Build error
| import { type InputJsonSchema } from '@/logic-function'; | |
| export const DEFAULT_TOOL_INPUT_SCHEMA: InputJsonSchema = { | |
| type: 'object', | |
| properties: {}, | |
| }; | |
| import { type InputJsonSchema } from '@/logic-function'; | |
| export const DEFAULT_TOOL_INPUT_SCHEMA: InputJsonSchema = { | |
| type: 'object', | |
| properties: {}, | |
| }; | |