【增加】AI 角色调整
parent
490b11aa3a
commit
9658af7c04
|
@ -147,7 +147,10 @@ const handlerCardUse = async (role) => {
|
||||||
} as unknown as ChatConversationVO
|
} as unknown as ChatConversationVO
|
||||||
// 创建对话
|
// 创建对话
|
||||||
const conversation = await ChatConversationApi.createChatConversationMy(data)
|
const conversation = await ChatConversationApi.createChatConversationMy(data)
|
||||||
|
// 调整页面
|
||||||
|
router.push({
|
||||||
|
path: `/ai/chat/index?conversationId=${conversation.id}`
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加角色成功
|
// 添加角色成功
|
||||||
|
|
Loading…
Reference in New Issue