@vellumai/plugin-api 0.10.11-dev.202607241637.6d2be3e → 0.10.11-dev.202607241735.ced7ef3

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 +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -223,6 +223,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
223
223
  provider: z.ZodDefault<z.ZodEnum<{
224
224
  openai: "openai";
225
225
  gemini: "gemini";
226
+ vellum: "vellum";
226
227
  }>>;
227
228
  model: z.ZodDefault<z.ZodString>;
228
229
  }, z.core.$strip>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.11-dev.202607241637.6d2be3e",
3
+ "version": "0.10.11-dev.202607241735.ced7ef3",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",