Feat: Structured data will still be stored in outputs for compatibility with older versions. #10427 (#11368)

### What problem does this PR solve?

Feat: Structured data will still be stored in outputs for compatibility
with older versions. #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-11-19 15:15:51 +08:00
committed by GitHub
parent add8c63458
commit ba78d0f0c2
4 changed files with 12 additions and 15 deletions

View File

@ -5,7 +5,6 @@ import {
import {
AgentGlobals,
AgentGlobalsSysQueryWithBrace,
AgentStructuredOutputField,
CodeTemplateStrMap,
ComparisonOperator,
JsonSchemaDataType,
@ -465,7 +464,6 @@ export const initialAgentValues = {
mcp: [],
cite: true,
showStructuredOutput: false,
[AgentStructuredOutputField]: {},
outputs: {
content: {
type: 'string',