core-utils
    Preparing search index...
    interface ParsedCliArguments {
        context?: string;
        contextFilePath?: string;
        htmlReportFilePath?: string;
        intermediateOutputFilePath?: string;
        models: Partial<Record<ModelRole, ModelSpec>>;
        outputFormat: OutputFormat;
        query: string;
        reasoning: ReasoningOverrides;
        shouldOpenHtmlReport: boolean;
        shouldSaveIntermediates: boolean;
        shouldShowHelp: boolean;
        shouldWriteHtmlReport: boolean;
        showPerspectives: boolean;
        verbose: boolean;
    }
    Index

    Properties

    context?: string
    contextFilePath?: string
    htmlReportFilePath?: string
    intermediateOutputFilePath?: string
    models: Partial<Record<ModelRole, ModelSpec>>
    outputFormat: OutputFormat
    query: string
    shouldOpenHtmlReport: boolean
    shouldSaveIntermediates: boolean
    shouldShowHelp: boolean
    shouldWriteHtmlReport: boolean
    showPerspectives: boolean
    verbose: boolean