AutoBE
    Preparing search index...

    Interface AutoBeInterfaceEndpointFinalizeSurvey

    One endpoint-family survey emitted by the endpoint finalize pass.

    Reasoning and actions stay together so a duplicate family named in the reasoning is resolved in the same object instead of being left as prose. Action fields are ordered for chain-of-thought generation: reason first, then action type, then endpoint targets.

    Samchon

    interface AutoBeInterfaceEndpointFinalizeSurvey {
        actions: AutoBeInterfaceEndpointFinalizeAction[];
        family: string;
        reasoning: string;
    }
    Index

    Properties

    Sparse actions that follow directly from this family reasoning.

    family: string

    Concise name of the endpoint family being finalized.

    reasoning: string

    Family-level reasoning: what endpoints are aliases versus which remain distinct because they serve different workflows, actor scopes, projections, database models, or lifecycle states.