export interface QueryRequest { prompt: string; } export interface QueryResponse { text: string; }