mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-07 23:07:30 +08:00
feat: add node dispatch audit view to task audit
This commit is contained in:
@@ -155,6 +155,7 @@ const resources = {
|
||||
internalStream: 'Internal Stream',
|
||||
enable: 'Enable',
|
||||
disable: 'Disable',
|
||||
action: 'Action',
|
||||
maxRetries: 'Max Retries',
|
||||
retryBackoffMs: 'Retry Backoff (ms)',
|
||||
agentPromptContentPlaceholder: 'AGENT.md content...',
|
||||
@@ -709,6 +710,7 @@ const resources = {
|
||||
internalStream: '内部流',
|
||||
enable: '启用',
|
||||
disable: '停用',
|
||||
action: '动作',
|
||||
maxRetries: '最大重试次数',
|
||||
retryBackoffMs: '重试退避(毫秒)',
|
||||
agentPromptContentPlaceholder: 'AGENT.md 内容...',
|
||||
|
||||
Reference in New Issue
Block a user