mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
fix: structured output prompt skill should be false
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user