Feat: Construct the to field of the classification operator when saving data #3221 (#8610)

### What problem does this PR solve?

Feat: Construct the to field of the classification operator when saving
data #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-02 09:49:42 +08:00
committed by GitHub
parent 0b40eb3e90
commit 212d5ce7ff
3 changed files with 44 additions and 46 deletions

View File

@ -3,6 +3,7 @@ export interface ICategorizeItem {
description?: string;
examples?: { value: string }[];
index: number;
to: string[];
}
export type ICategorizeItemResult = Record<