UNPKG

skailan-ai

Version:

Servicio de IA y procesamiento de lenguaje natural para Skailan

15 lines 606 B
export declare class LLMConfig { readonly id: string; organizationId: string; name: string; provider: string; model: string; apiKey: string; parameters: any | null; isActive: boolean; createdAt: Date; updatedAt: Date; constructor(id: string, organizationId: string, name: string, provider: string, model: string, apiKey: string, parameters: any | null, isActive: boolean, createdAt: Date, updatedAt: Date); updateInfo(provider: string, model: string, apiKey: string, parameters: any | null, isActive: boolean): void; } //# sourceMappingURL=LLMConfig.d.ts.map