mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-03 16:17:16 +00:00
feat: support export message history
This commit is contained in:
@@ -939,6 +939,15 @@ const jaJP = {
|
||||
viewMonitoring: 'モニタリングを表示',
|
||||
refreshData: 'データを更新',
|
||||
exportData: 'データをエクスポート',
|
||||
export: {
|
||||
title: 'データをエクスポート',
|
||||
exporting: 'エクスポート中...',
|
||||
messages: 'メッセージ',
|
||||
llmCalls: 'LLM コール',
|
||||
embeddingCalls: 'Embedding コール',
|
||||
errors: 'エラーログ',
|
||||
sessions: 'セッション',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user