export interface ExamplesResponse { dirs: string[]; } export interface GenerationResponse { result_path: string; } export interface GenerationRequest { version: string; source: string; llm_model: string; llm_class: string; }