mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 05:51:26 +08:00
refactor(ApiService): comment out built-in tools import and usage (#8744)
This commit is contained in:
parent
158fe58111
commit
a789a59ad8
@ -380,8 +380,8 @@ async function fetchExternalTool(
|
||||
.map((result) => result.value)
|
||||
.flat()
|
||||
// 添加内置工具
|
||||
const { BUILT_IN_TOOLS } = await import('../tools')
|
||||
mcpTools.push(...BUILT_IN_TOOLS)
|
||||
// const { BUILT_IN_TOOLS } = await import('../tools')
|
||||
// mcpTools.push(...BUILT_IN_TOOLS)
|
||||
|
||||
// 根据toolUseMode决定如何构建系统提示词
|
||||
const basePrompt = assistant.prompt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user