feat: add AI serving status to conversation management and update related components

This commit is contained in:
mlogclub
2026-04-11 13:55:11 +08:00
parent 97f0df17b6
commit fb4078fc75
13 changed files with 85 additions and 41 deletions
+1
View File
@@ -19,6 +19,7 @@ import { generateUUID } from "@/lib/utils"
export const agentConversationFilterOptions = [
// { value: "mine", label: "我的" },
{ value: "ai_serving", label: "AI接待中" },
{ value: "active", label: "处理中" },
{ value: "pending", label: "待接入" },
{ value: "closed", label: "已关闭" },