【新增】AI:聊天对话的更新模型

This commit is contained in:
YunaiV
2024-05-15 19:45:19 +08:00
parent c06bc71020
commit 3d83f4928a
3 changed files with 67 additions and 66 deletions

View File

@ -21,7 +21,7 @@ export interface ChatConversationVO {
// AI 聊天会话 API
export const ChatConversationApi = {
// 获得【我的】聊天会话
getChatConversationMy: async (id: string) => {
getChatConversationMy: async (id: number) => {
return await request.get({ url: `/ai/chat/conversation/get-my?id=${id}` })
},
// 更新【我的】聊天会话