feat: agent log (#3537)

Co-authored-by: jyong <718720800@qq.com>
This commit is contained in:
KVOJJJin
2024-04-17 10:30:52 +08:00
committed by GitHub
parent 9b8861e3e1
commit e70482dfc0
26 changed files with 732 additions and 14 deletions

View File

@@ -64,6 +64,22 @@ const translation = {
not_annotated: 'Nicht annotiert',
},
},
workflowTitle: 'Workflow-Protokolle',
workflowSubtitle: 'Das Protokoll hat den Vorgang von Automate aufgezeichnet.',
runDetail: {
title: 'Konversationsprotokoll',
workflowTitle: 'Protokolldetail',
},
promptLog: 'Prompt-Protokoll',
agentLog: 'Agentenprotokoll',
viewLog: 'Protokoll anzeigen',
agentLogDetail: {
agentMode: 'Agentenmodus',
toolUsed: 'Verwendetes Werkzeug',
iterations: 'Iterationen',
iteration: 'Iteration',
finalProcessing: 'Endverarbeitung',
},
}
export default translation

View File

@@ -77,7 +77,15 @@ const translation = {
workflowTitle: 'Log Detail',
},
promptLog: 'Prompt Log',
agentLog: 'Agent Log',
viewLog: 'View Log',
agentLogDetail: {
agentMode: 'Agent Mode',
toolUsed: 'Tool Used',
iterations: 'Iterations',
iteration: 'Iteration',
finalProcessing: 'Final Processing',
},
}
export default translation

View File

@@ -77,7 +77,15 @@ const translation = {
workflowTitle: 'Détail du journal',
},
promptLog: 'Journal de consigne',
agentLog: 'Journal des agents',
viewLog: 'Voir le journal',
agentLogDetail: {
agentMode: 'Mode Agent',
toolUsed: 'Outil utilisé',
iterations: 'Itérations',
iteration: 'Itération',
finalProcessing: 'Traitement final',
},
}
export default translation

View File

@@ -77,7 +77,15 @@ const translation = {
workflowTitle: 'ログの詳細',
},
promptLog: 'プロンプトログ',
agentLog: 'エージェントログ',
viewLog: 'ログを表示',
agentLogDetail: {
agentMode: 'エージェントモード',
toolUsed: '使用したツール',
iterations: '反復',
iteration: '反復',
finalProcessing: '最終処理',
},
}
export default translation

View File

@@ -77,7 +77,15 @@ const translation = {
workflowTitle: 'Detalhes do Registro',
},
promptLog: 'Registro de Prompt',
agentLog: 'Registro do agente',
viewLog: 'Ver Registro',
agenteLogDetail: {
agentMode: 'Modo Agente',
toolUsed: 'Ferramenta usada',
iterações: 'Iterações',
iteração: 'Iteração',
finalProcessing: 'Processamento Final',
},
}
export default translation

View File

@@ -77,7 +77,15 @@ const translation = {
workflowTitle: 'Деталі Журналу',
},
promptLog: 'Журнал Запитань',
viewLog: 'Переглянути Журнал',
agentLog: 'Журнал агента',
viewLog: 'Переглянути журнал',
agentLogDetail: {
agentMode: 'Режим агента',
toolUsed: 'Використаний інструмент',
iterations: 'Ітерації',
iteration: 'Ітерація',
finalProcessing: 'Остаточна обробка',
},
}
export default translation

View File

@@ -77,7 +77,15 @@ const translation = {
workflowTitle: 'Chi Tiết Nhật Ký',
},
promptLog: 'Nhật Ký Nhắc Nhở',
viewLog: 'Xem Nhật Ký',
AgentLog: 'Nhật ký đại lý',
viewLog: 'Xem nhật ký',
agentLogDetail: {
AgentMode: 'Chế độ đại lý',
toolUsed: 'Công cụ được sử dụng',
iterations: 'Lặp lại',
iteration: 'Lặp lại',
finalProcessing: 'Xử lý cuối cùng',
},
}
export default translation

View File

@@ -77,7 +77,15 @@ const translation = {
workflowTitle: '日志详情',
},
promptLog: 'Prompt 日志',
agentLog: 'Agent 日志',
viewLog: '查看日志',
agentLogDetail: {
agentMode: 'Agent 模式',
toolUsed: '使用工具',
iterations: '迭代次数',
iteration: '迭代',
finalProcessing: '最终处理',
},
}
export default translation