diff --git a/web/app/dashboard/ai-agents/page.tsx b/web/app/dashboard/ai-agents/page.tsx index 7e2cab5..6fa3313 100644 --- a/web/app/dashboard/ai-agents/page.tsx +++ b/web/app/dashboard/ai-agents/page.tsx @@ -106,7 +106,12 @@ export default function DashboardAIAgentsPage() {
-
{item.name}
+
+
{item.name}
+
+ Agent ID: {item.id} +
+
), }, diff --git a/web/app/dashboard/conversations/_components/conversation-info-panel.tsx b/web/app/dashboard/conversations/_components/conversation-info-panel.tsx index 94b96f6..82e4802 100644 --- a/web/app/dashboard/conversations/_components/conversation-info-panel.tsx +++ b/web/app/dashboard/conversations/_components/conversation-info-panel.tsx @@ -255,6 +255,13 @@ export function ConversationInfoPanel({

) : (
+
+ +
diff --git a/web/messages/en-US.json b/web/messages/en-US.json index 29420d3..6248d4f 100644 --- a/web/messages/en-US.json +++ b/web/messages/en-US.json @@ -297,6 +297,7 @@ "missingCustomerDescription": "The customer profile linked to this conversation is no longer available. Link an existing customer again, or create a new one and attach it to this conversation.", "relinkOrCreateCustomer": "Relink or Create Customer", "conversationOwner": "Conversation Ownership", + "conversationId": "Conversation ID", "channelId": "Channel ID", "customerId": "Customer ID", "selectConversationForInfo": "Select a conversation to view its details", diff --git a/web/messages/zh-CN.json b/web/messages/zh-CN.json index 5d00506..fe113e1 100644 --- a/web/messages/zh-CN.json +++ b/web/messages/zh-CN.json @@ -297,6 +297,7 @@ "missingCustomerDescription": "当前会话绑定的客户主档已不可用。你可以重新关联已有客户,或直接新建一个客户并绑定到当前会话。", "relinkOrCreateCustomer": "重新关联或创建客户", "conversationOwner": "会话归属", + "conversationId": "会话 ID", "channelId": "渠道ID", "customerId": "客户ID", "selectConversationForInfo": "请选择会话以查看会话信息",