mirror of https://github.com/langgenius/dify.git
chore: fix the prompt name change
This commit is contained in:
parent
e6a7a1884c
commit
9c56db736c
|
@ -221,7 +221,7 @@ Here is the task description: {{INPUT_TEXT}}
|
|||
You just need to generate the output
|
||||
""" # noqa: E501
|
||||
|
||||
STRUCTURED_OUTPUT_GENERATE_TEMPLATE = """
|
||||
SYSTEM_STRUCTURED_OUTPUT_GENERATE = """
|
||||
Your task is to convert simple user descriptions into properly formatted JSON Schema definitions. When a user describes data fields they need, generate a complete, valid JSON Schema that accurately represents those fields with appropriate types and requirements.
|
||||
|
||||
## Instructions:
|
||||
|
|
Loading…
Reference in New Issue