mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Configure structured data output for agent forms #10866 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -16,4 +16,5 @@ export interface IModalProps<T> {
|
||||
visible?: boolean;
|
||||
loading?: boolean;
|
||||
onOk?(payload?: T): Promise<any> | void;
|
||||
initialValues?: T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user