mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-24 22:54:46 +08:00
feat: add realtime subagent status report
This commit is contained in:
@@ -195,6 +195,7 @@ export const enUS: Translations = {
|
||||
presentFiles: "Present files",
|
||||
needYourHelp: "Need your help",
|
||||
useTool: (toolName: string) => `Use "${toolName}" tool`,
|
||||
searchFor: (query: string) => `Search for "${query}"`,
|
||||
searchForRelatedInfo: "Search for related information",
|
||||
searchForRelatedImages: "Search for related images",
|
||||
searchForRelatedImagesFor: (query: string) =>
|
||||
|
||||
@@ -144,6 +144,7 @@ export interface Translations {
|
||||
useTool: (toolName: string) => string;
|
||||
searchForRelatedInfo: string;
|
||||
searchForRelatedImages: string;
|
||||
searchFor: (query: string) => string;
|
||||
searchForRelatedImagesFor: (query: string) => string;
|
||||
searchOnWebFor: (query: string) => string;
|
||||
viewWebPage: string;
|
||||
|
||||
@@ -191,6 +191,7 @@ export const zhCN: Translations = {
|
||||
presentFiles: "展示文件",
|
||||
needYourHelp: "需要你的协助",
|
||||
useTool: (toolName: string) => `使用 “${toolName}” 工具`,
|
||||
searchFor: (query: string) => `搜索 “${query}”`,
|
||||
searchForRelatedInfo: "搜索相关信息",
|
||||
searchForRelatedImages: "搜索相关图片",
|
||||
searchForRelatedImagesFor: (query: string) => `搜索相关图片 “${query}”`,
|
||||
|
||||
Reference in New Issue
Block a user