diff --git a/app/api/bedrock.ts b/app/api/bedrock.ts index 45aa84b2f..87d67287c 100644 --- a/app/api/bedrock.ts +++ b/app/api/bedrock.ts @@ -82,10 +82,10 @@ async function requestBedrock(req: NextRequest) { } catch (e) { throw new Error(`Invalid JSON in request body: ${e}`); } - console.log( - "[Bedrock Request] original Body:", - JSON.stringify(bodyJson, null, 2), - ); + // console.log( + // "[Bedrock Request] original Body:", + // JSON.stringify(bodyJson, null, 2), + // ); // Extract tool configuration if present let tools: any[] | undefined;