Feat: The value of data operations operators can be either input or referenced from variables. #10427 (#11037)

### What problem does this PR solve?

Feat: The value of data operations operators can be either input or
referenced from variables. #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-11-05 20:04:23 +08:00
committed by GitHub
parent cd6ed4b380
commit 87c9a054d3
5 changed files with 11 additions and 10 deletions

View File

@ -594,10 +594,7 @@ export const initialAgentValues = {
type: 'string',
value: '',
},
[AgentStructuredOutputField]: {
type: 'Object Array String Number Boolean',
value: '',
},
[AgentStructuredOutputField]: {},
},
};