AutoBE
    Preparing search index...

    Interface AutoBeInterfaceSchemaDecoupleCycle

    A group of mutually-reachable types forming a circular reference.

    Identified as a strongly connected component (SCC) in the schema reference graph with two or more nodes. The LLM Decouple agent receives these cycles and decides which edge(s) to cut.

    Samchon

    interface AutoBeInterfaceSchemaDecoupleCycle {
        edges: AutoBeInterfaceSchemaDecoupleEdge[];
        types: string[];
    }
    Index

    Properties

    Properties

    All reference edges between types in this cycle.

    types: string[]

    Type names involved in this cycle.