mirror of https://github.com/langgenius/dify.git
fix: structured output prompt skill should be false
This commit is contained in:
parent
636156f5da
commit
209e4f8f7b
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue