mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 18:15:06 +08:00
Feat: Allow other operators to reference the structured output defined by the agent operator. #10866 (#10886)
### What problem does this PR solve? Feat: Allow other operators to reference the structured output defined by the agent operator. #10866 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -34,7 +34,7 @@ export function StructuredOutputDialog({
|
||||
<DialogHeader>
|
||||
<DialogTitle> {t('flow.structuredOutput.configuration')}</DialogTitle>
|
||||
</DialogHeader>
|
||||
<section className="flex">
|
||||
<section className="flex overflow-auto">
|
||||
<div className="flex-1">
|
||||
<SchemaVisualEditor schema={schema} onChange={setSchema} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user