Skip to content

Commit

Permalink
AIX: only stream 'conversation' messages in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jan 15, 2025
1 parent e6948d4 commit 558d73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/aix/client/aix.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}),
}, {
Expand Down

0 comments on commit 558d73a

Please sign in to comment.