From 6477d7156272a6f1fe126c781958369bb10970c6 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期六, 21 三月 2026 11:15:50 +0800
Subject: [PATCH] #ai 思维链
---
rsf-admin/src/i18n/en.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index f469a92..78cc5cb 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -508,6 +508,15 @@
renameAction: "Rename session",
deleteAction: "Delete session",
toolTrace: "Tool Trace",
+ thinkingProcess: "Thinking Process",
+ thinkingExpand: "Show Thinking Process",
+ thinkingCollapse: "Hide Thinking Process",
+ thinkingEmpty: "Organizing the current stage information...",
+ thinkingStatusStarted: "Started",
+ thinkingStatusUpdated: "In Progress",
+ thinkingStatusCompleted: "Completed",
+ thinkingStatusFailed: "Failed",
+ thinkingStatusAborted: "Aborted",
noToolTrace: "No tool call was triggered in this round",
unknownTool: "Unknown tool",
toolStatusFailed: "Failed",
--
Gitblit v1.9.1