We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3906ce commit 15a1180Copy full SHA for 15a1180
sources/gc-qa-rag-frontend/src/services/ApiService.ts
@@ -60,6 +60,7 @@ export const getChatResult = async (
60
},
61
body: requestBody,
62
signal: controller.signal,
63
+ openWhenHidden:true,
64
async onopen(response) {
65
if (response.ok) {
66
return;
@@ -126,6 +127,7 @@ export const getThinkResult = async (
126
127
128
129
130
+ openWhenHidden: true,
131
132
133
0 commit comments