@vellumai/plugin-api 0.9.0-dev.202606180303.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.
- package/index.d.ts +1 -0
- 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