@conciergus/chat - v0.3.1
    Preparing search index...

    Interface ReasoningVisualization

    Reasoning visualization options

    interface ReasoningVisualization {
        showDependencies?: boolean;
        showTiming?: boolean;
        showConfidence?: boolean;
        showRelationships?: boolean;
        enableInteraction?: boolean;
        showMetrics?: boolean;
        highlightCriticalPath?: boolean;
    }
    Index

    Properties

    showDependencies?: boolean

    Show dependency connections

    showTiming?: boolean

    Show timing information

    showConfidence?: boolean

    Show confidence scores

    showRelationships?: boolean

    Show step relationships

    enableInteraction?: boolean

    Enable interactive navigation

    showMetrics?: boolean

    Show metrics

    highlightCriticalPath?: boolean

    Highlight critical path