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

    Interface ReasoningStep

    interface ReasoningStep {
        step?: number;
        content: string;
        type?: "thinking" | "analysis" | "conclusion" | "planning" | "observation";
        confidence?: number;
        signature?: string;
        redacted?: boolean;
        data?: any;
    }
    Index

    Properties

    step?: number
    content: string
    type?: "thinking" | "analysis" | "conclusion" | "planning" | "observation"
    confidence?: number
    signature?: string
    redacted?: boolean
    data?: any