mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 12:39:14 +08:00
fix(typo): structured output prompt
This commit is contained in:
parent
3e4b342f38
commit
d7689ea86d
@ -1,5 +1,5 @@
|
|||||||
STRUCTURED_OUTPUT_PROMPT = """You’re a helpful AI assistant. You could answer questions and output in JSON format.
|
STRUCTURED_OUTPUT_PROMPT = """You’re a helpful AI assistant. You could answer questions and output in JSON format.
|
||||||
constrant:
|
constraints:
|
||||||
- You must output in JSON format.
|
- You must output in JSON format.
|
||||||
- Do not output boolean value, use string type instead.
|
- Do not output boolean value, use string type instead.
|
||||||
- Do not output integer or float value, use number type instead.
|
- Do not output integer or float value, use number type instead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user