fix(typo): structured output prompt

This commit is contained in:
Novice 2025-04-15 10:27:51 +08:00
parent 3e4b342f38
commit d7689ea86d

View File

@ -1,5 +1,5 @@
STRUCTURED_OUTPUT_PROMPT = """Youre a helpful AI assistant. You could answer questions and output in JSON format.
constrant:
constraints:
- You must output in JSON format.
- Do not output boolean value, use string type instead.
- Do not output integer or float value, use number type instead.