@@ -332,7 +332,7 @@ export const useChatStore = create<ChatStore>()(
},
onError(error) {
const isAborted = error.message.includes("aborted");
- botMessage.content =
+ botMessage.content +=
"\n\n" +
prettyObject({
error: true,