mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
修复一下子调用三个搜索工具
This commit is contained in:
parent
cb679536ce
commit
9044cd2a56
3 changed files with 162 additions and 139 deletions
|
|
@ -18,7 +18,7 @@ import { KickOutTool } from '../utils/tools/KickOutTool.js'
|
|||
import { SetTitleTool } from '../utils/tools/SetTitleTool.js'
|
||||
import {SerpTool} from '../utils/tools/SerpTool.js'
|
||||
import { APTool } from '../utils/tools/APTool.js'
|
||||
import { CustomSearchTool } from '../utils/tools/CustomSearchTool.js'
|
||||
import { ContentSearchTool } from '../utils/tools/ContentSearchTool.js'
|
||||
import { UrlExtractionTool } from '../utils/tools/UrlExtractionTool.js'
|
||||
|
||||
// 角色映射表
|
||||
|
|
@ -170,7 +170,7 @@ ${Object.values(faceMap).map(face => `[/${face}]`).join(',')}
|
|||
new APTool(),
|
||||
new WebsiteTool(),
|
||||
new UrlExtractionTool(),
|
||||
new CustomSearchTool(),
|
||||
new ContentSearchTool(),
|
||||
new WeatherTool()
|
||||
]
|
||||
if (Config.azSerpKey) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue