@doclo/core 0.1.8 → 0.1.9

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.ts CHANGED
@@ -161,7 +161,7 @@ type BaseProviderConfig = {
161
161
  */
162
162
  type VLMProviderConfig = BaseProviderConfig & {
163
163
  type: 'vlm';
164
- provider: 'openai' | 'anthropic' | 'google' | 'xai';
164
+ provider: 'openai' | 'anthropic' | 'google' | 'xai' | 'generic-or';
165
165
  model: string;
166
166
  via?: 'openrouter' | 'native';
167
167
  baseUrl?: string;