nexus-agents - v2.80.0
    Preparing search index...

    Interface CreateNodeInput

    Input for creating a new reasoning node.

    interface CreateNodeInput {
        parentId: string | null;
        treeId: string;
        stepType: ReasoningStepType;
        content: string;
        confidence: number;
        metadata?: Partial<ReasoningNodeMetadata>;
    }
    Index

    Properties

    parentId: string | null

    Parent node ID (null for root)

    treeId: string

    Tree ID this node belongs to

    Type of reasoning step

    content: string

    Content of the reasoning step

    confidence: number

    Initial confidence (0-1)

    metadata?: Partial<ReasoningNodeMetadata>

    Optional metadata