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 a4bb2b0 commit 2c5f493Copy full SHA for 2c5f493
app/frontend/src/pages/chat/Chat.tsx
@@ -255,7 +255,7 @@ const Chat = () => {
255
256
<SpinButton
257
className={styles.chatSettingsSeparator}
258
- label="Retrieve this many documents from search:"
+ label="Retrieve this many search results:"
259
min={1}
260
max={50}
261
defaultValue={retrieveCount.toString()}
app/frontend/src/pages/oneshot/OneShot.tsx
@@ -229,7 +229,7 @@ export function Component(): JSX.Element {
229
230
231
className={styles.oneshotSettingsSeparator}
232
233
234
235
0 commit comments