Browse Source

【增加】AI ts 增加更新时间

cherishsince 1 year ago
parent
commit
ad02983098
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/api/ai/chat/conversation/index.ts

+ 1 - 0
src/api/ai/chat/conversation/index.ts

@@ -12,6 +12,7 @@ export interface ChatConversationVO {
   temperature: number // 温度参数
   maxTokens: number // 单条回复的最大 Token 数量
   maxContexts: number // 上下文的最大 Message 数量
+  updateTime: number // 更新时间
   // 额外字段
   modelName?: string // 模型名字
   roleAvatar?: string // 角色头像