mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-07 21:37:33 +08:00
Separate main chat from subagent group stream
This commit is contained in:
@@ -116,6 +116,10 @@ const resources = {
|
||||
noCronJobs: 'No cron jobs found',
|
||||
noNodes: 'No nodes available',
|
||||
sessions: 'Sessions',
|
||||
mainChat: 'Main Chat',
|
||||
subagentGroup: 'Subagent Group',
|
||||
noSubagentStream: 'No subagent internal stream yet.',
|
||||
subagentGroupReadonly: 'Subagent group is read-only.',
|
||||
startConversation: 'Start a conversation',
|
||||
typeMessage: 'Type a message...',
|
||||
configuration: 'Configuration',
|
||||
@@ -571,6 +575,10 @@ const resources = {
|
||||
noCronJobs: '未找到定时任务',
|
||||
noNodes: '无可用节点',
|
||||
sessions: '会话',
|
||||
mainChat: '主对话',
|
||||
subagentGroup: '子代理群组',
|
||||
noSubagentStream: '当前还没有子代理内部流。',
|
||||
subagentGroupReadonly: '子代理群组为只读视图。',
|
||||
startConversation: '开始对话',
|
||||
typeMessage: '输入消息...',
|
||||
configuration: '配置',
|
||||
|
||||
Reference in New Issue
Block a user