From 372a327522340160e97550d7c21e5bfd30d61e01 Mon Sep 17 00:00:00 2001 From: glay Date: Mon, 9 Dec 2024 10:22:08 +0800 Subject: [PATCH] Update app/utils/aws.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- app/utils/aws.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/aws.ts b/app/utils/aws.ts index e7596c6aa..de61ac7d8 100644 --- a/app/utils/aws.ts +++ b/app/utils/aws.ts @@ -555,7 +555,7 @@ export function processMessage( remainText += newText; } } catch (e) { - console.error("[Bedrock Request] parse error", e); + console.warn("Failed to process Bedrock message"); } return { remainText, index };