feat: support image_search

This commit is contained in:
Henry Li
2026-01-29 08:59:55 +08:00
parent 7decdbcc83
commit 8359d842b5
4 changed files with 33 additions and 0 deletions

View File

@@ -99,6 +99,8 @@ export const zhCN: Translations = {
needYourHelp: "需要你的协助",
useTool: (toolName: string) => `使用 “${toolName}” 工具`,
searchForRelatedInfo: "搜索相关信息",
searchForRelatedImages: "搜索相关图片",
searchForRelatedImagesFor: (query: string) => `搜索相关图片 “${query}`,
searchOnWebFor: (query: string) => `在网络上搜索 “${query}`,
viewWebPage: "查看网页",
listFolder: "列出文件夹",