Files
dify/web/app/components/plugins/readme-panel/constants.ts
2025-10-24 01:18:58 +08:00

7 lines
86 B
TypeScript

export const BUILTIN_TOOLS_ARRAY = [
'code',
'audio',
'time',
'webscraper',
]