fix: structured output prompt skill should be false

This commit is contained in:
Novice
2026-01-28 19:06:47 +08:00
parent 636156f5da
commit 209e4f8f7b

View File

@@ -100,9 +100,10 @@ class NestedNodeGraphService:
{
"role": "system",
"text": "Extract the required parameter value from the conversation context above.",
"skill": False,
},
{"$context": context_source},
{"role": "user", "text": ""},
{"role": "user", "text": "", "skill": False},
]
structured_output = {