@serviceme/devtools-shared 2.0.4 → 2.0.6
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -228,7 +228,7 @@ export interface ProviderModel {
|
|
|
228
228
|
* for text-only models and self-hosted gateways where inline
|
|
229
229
|
* base64 is undesirable.
|
|
230
230
|
*/
|
|
231
|
-
export type ProviderVisionMode = "native" | "mcp";
|
|
231
|
+
export type ProviderVisionMode = "native" | "mcp" | "proxy";
|
|
232
232
|
/**
|
|
233
233
|
* Persisted provider configuration. `apiKeyRef` is the SecretStorage
|
|
234
234
|
* key; the actual key never appears in this object after creation
|
package/dist/index.d.ts
CHANGED
|
@@ -228,7 +228,7 @@ export interface ProviderModel {
|
|
|
228
228
|
* for text-only models and self-hosted gateways where inline
|
|
229
229
|
* base64 is undesirable.
|
|
230
230
|
*/
|
|
231
|
-
export type ProviderVisionMode = "native" | "mcp";
|
|
231
|
+
export type ProviderVisionMode = "native" | "mcp" | "proxy";
|
|
232
232
|
/**
|
|
233
233
|
* Persisted provider configuration. `apiKeyRef` is the SecretStorage
|
|
234
234
|
* key; the actual key never appears in this object after creation
|
package/package.json
CHANGED