@vellumai/plugin-api 0.10.11-dev.202607221536.1496611 → 0.10.11-dev.202607221636.b1b80c3

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/index.d.ts +0 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -302,10 +302,6 @@ declare const AssistantConfigSchema: z.ZodObject<{
302
302
  model: z.ZodDefault<z.ZodString>;
303
303
  }, z.core.$strip>>;
304
304
  "web-search": z.ZodDefault<z.ZodObject<{
305
- mode: z.ZodDefault<z.ZodEnum<{
306
- managed: "managed";
307
- "your-own": "your-own";
308
- }>>;
309
305
  provider: z.ZodDefault<z.ZodEnum<{
310
306
  [x: string]: string;
311
307
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.11-dev.202607221536.1496611",
3
+ "version": "0.10.11-dev.202607221636.b1b80c3",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",