@rcrsr/rill-ext-gemini 0.8.4 → 0.8.6

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -166,6 +166,9 @@ async function executeToolLoop(messages, tools, maxErrors, callbacks, emitEvent,
166
166
  case null:
167
167
  jsonSchemaType = "string";
168
168
  break;
169
+ default:
170
+ jsonSchemaType = "string";
171
+ break;
169
172
  }
170
173
  const property = {
171
174
  type: jsonSchemaType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rcrsr/rill-ext-gemini",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "description": "rill extension for Google Gemini API integration",
5
5
  "license": "MIT",
6
6
  "author": "Andre Bremer",
@@ -17,14 +17,14 @@
17
17
  "scripting"
18
18
  ],
19
19
  "peerDependencies": {
20
- "@rcrsr/rill": "^0.8.4"
20
+ "@rcrsr/rill": "^0.8.6"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^25.2.3",
24
24
  "dts-bundle-generator": "^9.5.1",
25
25
  "tsup": "^8.5.0",
26
26
  "undici-types": "^7.21.0",
27
- "@rcrsr/rill": "^0.8.4",
27
+ "@rcrsr/rill": "^0.8.6",
28
28
  "@rcrsr/rill-ext-llm-shared": "^0.0.1"
29
29
  },
30
30
  "files": [
@@ -33,7 +33,7 @@
33
33
  "repository": {
34
34
  "type": "git",
35
35
  "url": "git+https://github.com/rcrsr/rill.git",
36
- "directory": "packages/ext/gemini"
36
+ "directory": "packages/ext/llm-gemini"
37
37
  },
38
38
  "homepage": "https://rill.run/docs/extensions/gemini/",
39
39
  "bugs": {