diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 948f0ae1d..b3607df9c 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -500,7 +500,7 @@ function chatMessage(chat?: any, problem?: string, re_chat?: boolean) { application .asyncAppAuthentication(accessToken) .then(() => { - chatMessage(chat) + chatMessage(chat, problem) }) .catch(() => { errorWrite(chat)