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