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:
balibabu
2025-10-30 10:36:07 +08:00
committed by GitHub
parent bfdf02c6ce
commit 871b1d7f9b
5 changed files with 191 additions and 14 deletions

View File

@ -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>