File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,6 @@ export function Component(): JSX.Element {
102
102
setShowSpeechOutputAzure ( config . showSpeechOutputAzure ) ;
103
103
setShowAgenticRetrievalOption ( config . showAgenticRetrievalOption ) ;
104
104
setUseAgenticRetrieval ( config . showAgenticRetrievalOption ) ;
105
- if ( config . showAgenticRetrievalOption ) {
106
- setRetrieveCount ( 25 ) ;
107
- }
108
105
} ) ;
109
106
} ;
110
107
Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ const Chat = () => {
135
135
setShowChatHistoryCosmos ( config . showChatHistoryCosmos ) ;
136
136
setShowAgenticRetrievalOption ( config . showAgenticRetrievalOption ) ;
137
137
setUseAgenticRetrieval ( config . showAgenticRetrievalOption ) ;
138
- if ( config . showAgenticRetrievalOption ) {
139
- setRetrieveCount ( 25 ) ;
140
- }
141
138
} ) ;
142
139
} ;
143
140
You can’t perform that action at this time.
0 commit comments