UNPKG

@wavequery/conductor

Version:
8 lines (7 loc) 189 B
export interface TextToSQLService { processQuestion(question: string, context: any): Promise<{ query: string; explanation: string; confidence: number; }>; }