【增加】拉去对话信息,选中切换的模型

This commit is contained in:
cherishsince
2024-05-14 17:58:06 +08:00
parent 8d907a76bf
commit 175f9d58ad
2 changed files with 22 additions and 18 deletions

View File

@ -27,7 +27,7 @@ export interface ChatConversationUpdateVO {
// AI chat 聊天
export const ChatConversationApi = {
// 获取 Conversation
get: async (id: number) => {
get: async (id: string) => {
return await request.get({ url: `/ai/chat/conversation/get?id=${id}`})
},
// 更新 Conversation