@vellumai/plugin-api 0.10.0-dev.202606211110.2b70d1d → 0.10.0-dev.202606211340.61f6758

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
@@ -2202,6 +2202,7 @@ declare const LLMCallSiteEnum: z.ZodEnum<{
2202
2202
  meetChatOpportunity: "meetChatOpportunity";
2203
2203
  inference: "inference";
2204
2204
  advisor: "advisor";
2205
+ vision: "vision";
2205
2206
  trustRuleSuggestion: "trustRuleSuggestion";
2206
2207
  homeGreeting: "homeGreeting";
2207
2208
  homeSuggestedPrompts: "homeSuggestedPrompts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.0-dev.202606211110.2b70d1d",
3
+ "version": "0.10.0-dev.202606211340.61f6758",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",