mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-27 20:57:13 +00:00
fix(web): make processor debugging reliable
This commit is contained in:
@@ -727,6 +727,8 @@ const enUS = {
|
||||
selectedRunnerUnavailableDescription:
|
||||
'{{runner}} is not currently registered. Select another runner or restore its extension.',
|
||||
noRunnerSelected: 'No runner selected',
|
||||
runnerConfigIncomplete: 'Runner configuration incomplete',
|
||||
runnerConfigIncompleteDescription: 'Complete required fields: {{fields}}',
|
||||
runnerReady: 'Runner ready',
|
||||
runnerReadyDescription:
|
||||
'{{runner}} is registered and the plugin runtime is connected.',
|
||||
@@ -749,18 +751,32 @@ const enUS = {
|
||||
debugEventPayload: 'Event payload (JSON)',
|
||||
debugSupportedEvents: 'Agent supports',
|
||||
debugRun: 'Run test',
|
||||
debugSaveAndRun: 'Save and run',
|
||||
debugRunning: 'Running',
|
||||
debugTranscript: 'Debug transcript',
|
||||
debugTranscriptDescription:
|
||||
'Inputs and Agent outputs from the current debug session.',
|
||||
debugEmptyTitle: 'Verify how this Agent behaves',
|
||||
debugEmptyTranscript:
|
||||
'Choose an event and run a test to see the result here.',
|
||||
'Choose an event, enter test content, then select “Run test”. Results stay on this page.',
|
||||
debugAgentOutput: 'Agent output',
|
||||
debugTestInput: 'Test input',
|
||||
debugNoTextOutput: 'The run completed without textual output.',
|
||||
debugEventTypeRequired: 'Enter an event type',
|
||||
debugInputRequired: 'Enter a conversation input',
|
||||
debugInvalidPayload: 'The event payload must be a valid JSON object',
|
||||
debugUnsupportedEvent:
|
||||
'This event is outside the Agent’s bindable event range',
|
||||
debugRunnerConfigInvalidDescription:
|
||||
'The runner configuration is incomplete: {{message}}',
|
||||
debugRunnerExecutionFailedDescription:
|
||||
'This run failed. Check the selected model and runner configuration, then try again.',
|
||||
debugRunnerTimeoutDescription:
|
||||
'The run timed out. Try again later or adjust the runner timeout.',
|
||||
debugApiKeyRequired: 'API Key is missing',
|
||||
debugOpenRunnerConfig: 'Open runner configuration',
|
||||
debugReviewRunnerConfig: 'Review runner configuration',
|
||||
debugErrorDetails: 'View error details',
|
||||
debugRunFailed: 'Agent debug run failed',
|
||||
},
|
||||
plugins: {
|
||||
@@ -1324,6 +1340,7 @@ const enUS = {
|
||||
privateChat: 'Private Chat',
|
||||
groupChat: 'Group Chat',
|
||||
send: 'Send',
|
||||
saveAndSend: 'Save and send',
|
||||
reset: 'Reset Conversation',
|
||||
inputPlaceholder: 'Send {{type}} message...',
|
||||
noMessages: 'No messages',
|
||||
|
||||
@@ -696,6 +696,8 @@ const zhHans = {
|
||||
selectedRunnerUnavailableDescription:
|
||||
'{{runner}} 当前未注册。请选择其他运行器,或恢复对应扩展。',
|
||||
noRunnerSelected: '尚未选择运行器',
|
||||
runnerConfigIncomplete: '运行器配置待完善',
|
||||
runnerConfigIncompleteDescription: '请填写必填项:{{fields}}',
|
||||
runnerReady: '运行器已就绪',
|
||||
runnerReadyDescription: '{{runner}} 已注册,插件运行时连接正常。',
|
||||
debugTab: '事件调试',
|
||||
@@ -716,16 +718,28 @@ const zhHans = {
|
||||
debugEventPayload: '事件载荷(JSON)',
|
||||
debugSupportedEvents: 'Agent 支持',
|
||||
debugRun: '运行测试',
|
||||
debugSaveAndRun: '保存并运行',
|
||||
debugRunning: '运行中',
|
||||
debugTranscript: '调试记录',
|
||||
debugTranscriptDescription: '当前调试会话中的输入与 Agent 输出。',
|
||||
debugEmptyTranscript: '选择事件并运行测试后,结果会显示在这里。',
|
||||
debugEmptyTitle: '在这里验证 Agent 的实际效果',
|
||||
debugEmptyTranscript:
|
||||
'选择事件类型,填写测试内容,然后点击“运行测试”。结果只会显示在这里。',
|
||||
debugAgentOutput: 'Agent 输出',
|
||||
debugTestInput: '测试输入',
|
||||
debugNoTextOutput: '运行完成,但没有产生文本输出。',
|
||||
debugEventTypeRequired: '请输入事件类型',
|
||||
debugInputRequired: '请输入对话内容',
|
||||
debugInvalidPayload: '事件载荷必须是有效的 JSON 对象',
|
||||
debugUnsupportedEvent: '这个事件不在当前 Agent 的可绑定事件范围内',
|
||||
debugRunnerConfigInvalidDescription: '运行器配置不完整:{{message}}',
|
||||
debugRunnerExecutionFailedDescription:
|
||||
'本次运行失败。请检查所选模型和运行器配置后重试。',
|
||||
debugRunnerTimeoutDescription: '运行超时。请稍后重试或调整运行器超时时间。',
|
||||
debugApiKeyRequired: 'API Key 未填写',
|
||||
debugOpenRunnerConfig: '前往运行器配置',
|
||||
debugReviewRunnerConfig: '检查运行器配置',
|
||||
debugErrorDetails: '查看详细错误',
|
||||
debugRunFailed: 'Agent 调试运行失败',
|
||||
},
|
||||
plugins: {
|
||||
@@ -1267,6 +1281,7 @@ const zhHans = {
|
||||
privateChat: '私聊',
|
||||
groupChat: '群聊',
|
||||
send: '发送',
|
||||
saveAndSend: '保存并发送',
|
||||
reset: '重置对话',
|
||||
inputPlaceholder: '发送 {{type}} 消息...',
|
||||
noMessages: '暂无消息',
|
||||
|
||||
Reference in New Issue
Block a user