You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/search-component/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,6 @@ declare module "solid-js" {
115
115
| hideOverlay | boolean | false |
116
116
| overrideFetch | boolean | false |
117
117
| imageStarterText | string | "Drag and drop an image here or click to upload" |
118
-
| notFilterToolCallOptions | {userMessageTextPrefix?: string; toolDescription?: string} |`{ userMessageTextPrefix: "Here is the user query:", toolDescription: "Set to true if the query is not interested in the products they were shown previously or would like to see something different. Ensure that this is only set to true when the user wants to see something different from the previously returned results or is not interested in those previously returned results." }`|
Copy file name to clipboardExpand all lines: clients/ts-sdk/openapi.json
-21Lines changed: 0 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -15910,19 +15910,6 @@
15910
15910
}
15911
15911
]
15912
15912
},
15913
-
"NotFilterToolCallOptions": {
15914
-
"type": "object",
15915
-
"properties": {
15916
-
"toolDescription": {
15917
-
"type": "string",
15918
-
"nullable": true
15919
-
},
15920
-
"userMessageTextPrefix": {
15921
-
"type": "string",
15922
-
"nullable": true
15923
-
}
15924
-
}
15925
-
},
15926
15913
"OcrStrategy": {
15927
15914
"type": "string",
15928
15915
"description": "Controls the Optical Character Recognition (OCR) strategy.\n- `All`: Processes all pages with OCR. (Latency penalty: ~0.5 seconds per page)\n- `Auto`: Selectively applies OCR only to pages with missing or low-quality text. When text layer is present the bounding boxes from the text layer are used.",
"Set to true if the query is not interested in the products they were shown previously or would like to see something different. Ensure that this is only set to true when the user wants to see something different from the previously returned results or is not interested in those previously returned results.",
0 commit comments