UNPKG

alfi-assistant

Version:

AI-powered voice assistant for web navigation

4 lines (3 loc) 324 B
export declare const logOpenAIRequest: (requestId: string, type: string, model: string, data: any) => void; export declare const logOpenAIResponse: (requestId: string, type: string, model: string, data: any) => void; export declare const logOpenAIError: (requestId: string, type: string, model: string, error: any) => void;