Type alias CaseSummarySpec
CaseSummarySpec: { label: string; map: { att: string; optionWeights?: Record<string, number>; type: "att"; } | { steps: { [
index:
string]
: { att: string; neg?: boolean; optionWeights?: Record<string, number>; }; }; type: "att-per-step"; }; reduce?: "+" | "*"; } Type declaration
label: string
map: {
att: string;
optionWeights?: Record<string, number>;
type: "att";
} | {
steps: {
[index: string]: {
att: string;
neg?: boolean;
optionWeights?: Record<string, number>;
};
};
type: "att-per-step";
}
Optional reduce?: "+" | "*"
display label, should be unique in all summaries