@meetopenbot/openbot 0.1.3 → 0.1.4

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.ts CHANGED
@@ -14,6 +14,7 @@ export declare const openbotPlugin: {
14
14
  properties: {
15
15
  model: {
16
16
  type: "string";
17
+ optional: boolean;
17
18
  description: string;
18
19
  };
19
20
  authMode?: {
package/dist/index.js CHANGED
@@ -35,6 +35,7 @@ export const openbotPlugin = defineOpenbotPlugin({
35
35
  : {}),
36
36
  model: {
37
37
  type: 'string',
38
+ optional: true,
38
39
  description: 'Model from the hosted marketplace registry.',
39
40
  },
40
41
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetopenbot/openbot",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Monolithic OpenBot agent runtime with batteries-included tools.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "@ai-sdk/anthropic": "^3.0.33",
22
22
  "@ai-sdk/google": "^3.0.82",
23
23
  "@ai-sdk/openai": "^3.0.13",
24
- "@meetopenbot/plugin-sdk": "^0.1.5",
24
+ "@meetopenbot/plugin-sdk": "^0.1.6",
25
25
  "ai": "^6.0.42",
26
26
  "zod": "^4.3.5"
27
27
  },