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