Commit 9658af7c by cherishsince

【增加】AI 角色调整

parent 490b11aa
...@@ -147,7 +147,10 @@ const handlerCardUse = async (role) => { ...@@ -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}`
})
} }
// 添加角色成功 // 添加角色成功
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment