@google/genai 2.9.0-rc.0 → 2.9.0
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 +1 -4
- package/dist/genai.d.ts +355 -344
- package/dist/index.cjs +150 -92
- package/dist/index.mjs +150 -92
- package/dist/index.mjs.map +1 -1
- package/dist/node/index.cjs +150 -92
- package/dist/node/index.mjs +150 -92
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/node.d.ts +355 -344
- package/dist/tokenizer/node.mjs.map +1 -1
- package/dist/vertex_internal/index.cjs +1 -1
- package/dist/vertex_internal/index.cjs.map +1 -1
- package/dist/vertex_internal/index.d.ts +24 -3
- package/dist/vertex_internal/index.js +1 -1
- package/dist/vertex_internal/index.js.map +1 -1
- package/dist/web/index.mjs +150 -92
- package/dist/web/index.mjs.map +1 -1
- package/dist/web/web.d.ts +355 -344
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -376,10 +376,7 @@ async function main() {
|
|
|
376
376
|
main();
|
|
377
377
|
```
|
|
378
378
|
|
|
379
|
-
## Interactions
|
|
380
|
-
|
|
381
|
-
> **Warning:** The Interactions API is in **Beta**. This is a preview of an
|
|
382
|
-
experimental feature. Features and schemas are subject to **breaking changes**.
|
|
379
|
+
## Interactions
|
|
383
380
|
|
|
384
381
|
The Interactions API is a unified interface for interacting with Gemini models
|
|
385
382
|
and agents. It simplifies state management, tool orchestration, and long-running
|