Documentation - v1.0.0
    Preparing search index...

    Interface InferenceResult

    interface InferenceResult {
        confidence: number;
        predictedProperties: Property[];
        reasoning: string;
        targetNodeId: `node_${string}`;
    }
    Index

    Properties

    confidence: number
    predictedProperties: Property[]
    reasoning: string
    targetNodeId: `node_${string}`