AIX: only stream 'conversation' messages in dev mode

This commit is contained in:
Enrico Ros
2025-01-14 21:24:49 -08:00
parent e6948d4186
commit 558d73a858
+1 -1
View File
@@ -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
},
}),
}, {