Interface HonuaAgentSelectionSummary

interface HonuaAgentSelectionSummary {
    bySource: readonly {
        count: number;
        sourceId: string;
    }[];
    count: number;
    targets: readonly FeatureSelectionTarget[];
}

Properties

bySource: readonly {
    count: number;
    sourceId: string;
}[]
count: number
targets: readonly FeatureSelectionTarget[]