mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
7 lines
86 B
TypeScript
7 lines
86 B
TypeScript
export const BUILTIN_TOOLS_ARRAY = [
|
|
'code',
|
|
'audio',
|
|
'time',
|
|
'webscraper',
|
|
]
|