Theia API Documentation v1.66.0
    Preparing search index...

    Serialized representation of the complete chat request hierarchy. The hierarchy is stored as a flat map of branches.

    interface SerializableHierarchy {
        branches: { [branchId: string]: SerializableHierarchyBranch };
        rootBranchId: string;
    }
    Index

    Properties

    branches: { [branchId: string]: SerializableHierarchyBranch }

    Map of branch ID to branch data for all branches in the hierarchy

    rootBranchId: string

    ID of the root branch where the hierarchy starts