@vellumai/plugin-api 0.9.0-dev.202606180319.c59b38a → 0.9.0-dev.202606180546.485697b

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
@@ -1480,6 +1480,7 @@ declare const GenerationHandoffEventSchema: z.ZodObject<{
1480
1480
  */
1481
1481
  export declare function getConfiguredProvider(callSite: LLMCallSite, opts?: {
1482
1482
  overrideProfile?: string;
1483
+ forceOverrideProfile?: boolean;
1483
1484
  }): Promise<Provider | null>;
1484
1485
 
1485
1486
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.9.0-dev.202606180319.c59b38a",
3
+ "version": "0.9.0-dev.202606180546.485697b",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",