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

    Interface CreateTreeInput

    Input for creating a new reasoning tree.

    interface CreateTreeInput {
        forestId: string;
        hypothesis: string;
        explorationPriority?: number;
    }
    Index

    Properties

    forestId: string

    Forest ID this tree belongs to

    hypothesis: string

    Tree hypothesis or approach

    explorationPriority?: number

    Initial exploration priority