Update web/src/components/AgentChatComponent.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
693d05d808
commit
606ac52d43
@ -360,8 +360,7 @@ const sendMessageWithText = async (text) => {
|
||||
body: JSON.stringify(requestData)
|
||||
});
|
||||
|
||||
console.log("requestData", requestData);
|
||||
|
||||
// console.log("requestData", requestData);
|
||||
if (!response.ok) {
|
||||
throw new Error('请求失败');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user