|
@@ -341,7 +341,7 @@ async function handleAsk() {
|
|
|
const str = inputMessage.value.trim()
|
|
|
inputMessage.value = ''
|
|
|
if (sendLoading.value) return
|
|
|
- addMessage(inputMessage.value.trim())
|
|
|
+ await addMessage(str)
|
|
|
if (type.value === FunctionList.Intelligent_Form_filling) {
|
|
|
const res = await fetchRes(str)
|
|
|
console.log(res);
|