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
No known key found for this signature in database
GPG Key ID: A253106A7475AA3E
1 changed files with 2 additions and 1 deletions

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 = {