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

    Serialized representation of a branch in the chat request hierarchy. A branch contains alternative requests (created by editing messages).

    interface SerializableHierarchyBranch {
        activeBranchIndex: number;
        id: string;
        items: SerializableHierarchyBranchItem[];
    }
    Index

    Properties

    activeBranchIndex: number

    Index of the currently active item in this branch

    id: string

    Unique identifier for this branch

    All items (alternative requests) in this branch