feat: 替换了抽屉的实现方案
This commit is contained in:
@@ -388,9 +388,7 @@
|
||||
console.log('chunk.toolCall:', chunk.toolCall)
|
||||
chatMsgList.value[aiMsgIndex].toolCall = chunk.toolCall
|
||||
}
|
||||
|
||||
console.log("============>", chunk.question)
|
||||
|
||||
|
||||
// 如果有问题,则设置问题
|
||||
if(chunk.question && chunk.question.length > 0) {
|
||||
chatMsgList.value[aiMsgIndex].question = chunk.question
|
||||
|
||||
Reference in New Issue
Block a user