Skip to content

Commit 925c53d

Browse files
authored
Merge pull request #38 from restackio/gemini-remove-integration
Tested with last changes
2 parents 1c742ed + e077c38 commit 925c53d

24 files changed

+2869
-3245
lines changed

examples/gemini/pnpm-lock.yaml

-3,234
This file was deleted.

examples/gemini/src/functions/index.ts

-1
This file was deleted.
File renamed without changes.
File renamed without changes.

examples/gemini/package.json examples/google-gemini/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sdk-gemini-example-ts",
2+
"name": "restack-examples-ts-google-gemini",
33
"version": "1.0.0",
44
"description": "Basic Gemini example",
55
"scripts": {
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@restackio/ai": "^0.0.82",
25-
"@restackio/integrations-google-gemini": "^0.0.3",
25+
"@google/generative-ai": "^0.21.0",
2626
"@temporalio/workflow": "^1.11.2",
2727
"dotenv": "^16.4.5"
2828
},

0 commit comments

Comments
 (0)