diff --git a/src/modules/aix/client/aix.client.ts b/src/modules/aix/client/aix.client.ts index 45658d389..6d437b178 100644 --- a/src/modules/aix/client/aix.client.ts +++ b/src/modules/aix/client/aix.client.ts @@ -560,7 +560,7 @@ async function _aixChatGenerateContent_LL( streaming: getLabsDevNoStreaming() ? false : aixStreaming, // [DEV] disable streaming if set in the UX (testing) ...(getLabsDevMode() && { connectionOptions: { - debugDispatchRequestbody: true, // [DEV] Debugging the request without requiring a server restart + debugDispatchRequestbody: aixContext.name === 'conversation', // [DEV] Debugging the request without requiring a server restart }, }), }, {