scrapebadger 0.43.0 → 0.43.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8693,9 +8693,12 @@ var AskClient2 = class {
|
|
|
8693
8693
|
* @param params.prompt - The prompt to send (max 4096 characters).
|
|
8694
8694
|
* @param params.country - ISO-3166 alpha-2 egress country (default: "US").
|
|
8695
8695
|
* @param params.web_search - "auto", "force", or "off" (default: "auto").
|
|
8696
|
-
* @param params.image_url -
|
|
8697
|
-
*
|
|
8698
|
-
*
|
|
8696
|
+
* @param params.image_url - NOT SUPPORTED; returns 422 and is never billed.
|
|
8697
|
+
* Signed-out Gemini accepts the upload and then refuses to answer about it
|
|
8698
|
+
* (PERMISSION_DENIED from its own generate call), so the API fails fast
|
|
8699
|
+
* rather than charging for a request that cannot succeed. Use
|
|
8700
|
+
* `chatgpt.ask` for image input. Gemini will not generate one either —
|
|
8701
|
+
* anonymous gemini.google.com requires a login for that.
|
|
8699
8702
|
* @returns The answer, its citations, and the full retrieved search set.
|
|
8700
8703
|
*
|
|
8701
8704
|
* @example
|