mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### 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:
@ -3,6 +3,7 @@ export interface ICategorizeItem {
|
||||
description?: string;
|
||||
examples?: { value: string }[];
|
||||
index: number;
|
||||
to: string[];
|
||||
}
|
||||
|
||||
export type ICategorizeItemResult = Record<
|
||||
|
||||
Reference in New Issue
Block a user