mirror of https://github.com/langgenius/dify.git
Fix a typo in prompt (#25583)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
97c924fe29
commit
aa3129c2a9
|
|
@ -179,6 +179,6 @@ CHAT_EXAMPLE = [
|
|||
"required": ["food"],
|
||||
},
|
||||
},
|
||||
"assistant": {"text": "I need to output a valid JSON object.", "json": {"result": "apple pie"}},
|
||||
"assistant": {"text": "I need to output a valid JSON object.", "json": {"food": "apple pie"}},
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue