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

@@ -101,6 +101,9 @@ export const enUS: Translations = {
needYourHelp: "Need your help",
useTool: (toolName: string) => `Use "${toolName}" tool`,
searchForRelatedInfo: "Search for related information",
searchForRelatedImages: "Search for related images",
searchForRelatedImagesFor: (query: string) =>
`Search for related images for "${query}"`,
searchOnWebFor: (query: string) => `Search on the web for "${query}"`,
viewWebPage: "View web page",
listFolder: "List folder",