Skip to content

Commit 6931af8

Browse files
committed
revert 25 override
1 parent 5656e4c commit 6931af8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

app/frontend/src/pages/ask/Ask.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ export function Component(): JSX.Element {
102102
setShowSpeechOutputAzure(config.showSpeechOutputAzure);
103103
setShowAgenticRetrievalOption(config.showAgenticRetrievalOption);
104104
setUseAgenticRetrieval(config.showAgenticRetrievalOption);
105-
if (config.showAgenticRetrievalOption) {
106-
setRetrieveCount(25);
107-
}
108105
});
109106
};
110107

app/frontend/src/pages/chat/Chat.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ const Chat = () => {
135135
setShowChatHistoryCosmos(config.showChatHistoryCosmos);
136136
setShowAgenticRetrievalOption(config.showAgenticRetrievalOption);
137137
setUseAgenticRetrieval(config.showAgenticRetrievalOption);
138-
if (config.showAgenticRetrievalOption) {
139-
setRetrieveCount(25);
140-
}
141138
});
142139
};
143140

0 commit comments

Comments
 (0)