UNPKG

skailan-ai

Version:

Servicio de IA y procesamiento de lenguaje natural para Skailan

7 lines 734 B
import { Request, Response } from 'express'; export declare const createLLMConfig: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const getLLMConfigById: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const listLLMConfigs: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const updateLLMConfig: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const deleteLLMConfig: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=llmConfigController.d.ts.map