mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 03:15:07 +08:00
【增加】拉去对话信息,选中切换的模型
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user