pi-web-providers 2.4.1 → 2.4.2
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/README.md +5 -2
- package/dist/index.js +2853 -3518
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -281,8 +281,11 @@ scope, or account ID is usually wrong.
|
|
|
281
281
|
- Google Search grounding for answers
|
|
282
282
|
- Deep-research agents via Google's Gemini API
|
|
283
283
|
- Exposes `model` and `generation_config` for search, `model` and `config`
|
|
284
|
-
for answers, and
|
|
285
|
-
`
|
|
284
|
+
for answers, and only the conservative deep-research option
|
|
285
|
+
`agent_config.thinking_summaries` for research
|
|
286
|
+
- Gemini research intentionally does not expose or send Interactions API
|
|
287
|
+
`tools`, `response_format`, `response_modalities`, or `system_instruction`
|
|
288
|
+
because the default deep-research agent rejects several of those fields
|
|
286
289
|
|
|
287
290
|
</details>
|
|
288
291
|
|