Skip to content

Commit aa3129c

Browse files
casio12rcrazywoola
andauthored
Fix a typo in prompt (#25583)
Co-authored-by: crazywoola <[email protected]>
1 parent 97c924f commit aa3129c

File tree

1 file changed

+1
-1
lines changed
  • api/core/workflow/nodes/parameter_extractor

1 file changed

+1
-1
lines changed

api/core/workflow/nodes/parameter_extractor/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@
179179
"required": ["food"],
180180
},
181181
},
182-
"assistant": {"text": "I need to output a valid JSON object.", "json": {"result": "apple pie"}},
182+
"assistant": {"text": "I need to output a valid JSON object.", "json": {"food": "apple pie"}},
183183
},
184184
]

0 commit comments

Comments
 (0)