Skip to content

Commit 3a6cf00

Browse files
authored
Fix tooltips typo (#1736)
1 parent 187bc0a commit 3a6cf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/frontend/src/i18n/tooltips.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const toolTipText = {
2020
vectorFields:
2121
"Specifies which embedding fields in the Azure AI Search Index will be searched, both the 'Images and text' embeddings, 'Images' only, or 'Text' only.",
2222
gpt4VisionInputs:
23-
"Sets what will be send to the vision model. 'Images and text' sends both images and text to the model, 'Images' sends only images, and 'Text' sends only text.",
23+
"Sets what will be sent to the vision model. 'Images and text' sends both images and text to the model, 'Images' sends only images, and 'Text' sends only text.",
2424
retrievalMode:
2525
"Sets the retrieval mode for the Azure AI Search query. `Vectors + Text (Hybrid)` uses a combination of vector search and full text search, `Vectors` uses only vector search, and `Text` uses only full text search. Hybrid is generally optimal.",
2626
streamChat: "Continuously streams the response to the chat UI as it is generated.",

0 commit comments

Comments
 (0)