feat: agent页面 reprot 按钮
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
handleSendMessage({
|
||||
text: initialData.text,
|
||||
images: initialData.images,
|
||||
useReport:initialData.useReport,
|
||||
tempImages: initialData.tempImages
|
||||
})
|
||||
// 更新 configParams
|
||||
@@ -123,12 +124,14 @@
|
||||
text: string
|
||||
images: Array<{ url: string; name: string }>
|
||||
tempImages: any[]
|
||||
useReport: boolean
|
||||
},
|
||||
skipUserMessage = false
|
||||
) => {
|
||||
isPaused.value = false
|
||||
isGenerating.value = true
|
||||
params.message = message.text
|
||||
params.useReport = message.useReport
|
||||
params.imageUrlList = message.images || []
|
||||
|
||||
// 如果不是重新生成模式,则添加用户消息到列表
|
||||
|
||||
Reference in New Issue
Block a user