UNPKG

ravendb

Version:
10 lines 249 B
/** * Interface for AI settings with common properties across providers. */ export interface IAiSettings { apiKey?: string; model: string; endpoint?: string; getBaseEndpointUri(): string; } //# sourceMappingURL=IAiSettings.d.ts.map