mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-12 09:55:06 +08:00
【增加】AI 角色调整
This commit is contained in:
@ -147,7 +147,10 @@ const handlerCardUse = async (role) => {
|
||||
} as unknown as ChatConversationVO
|
||||
// 创建对话
|
||||
const conversation = await ChatConversationApi.createChatConversationMy(data)
|
||||
|
||||
// 调整页面
|
||||
router.push({
|
||||
path: `/ai/chat/index?conversationId=${conversation.id}`
|
||||
})
|
||||
}
|
||||
|
||||
// 添加角色成功
|
||||
|
Reference in New Issue
Block a user