chore: fix the prompt name change

This commit is contained in:
Novice 2025-04-17 19:41:27 +08:00
parent e6a7a1884c
commit 9c56db736c
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ Here is the task description: {{INPUT_TEXT}}
You just need to generate the output You just need to generate the output
""" # noqa: E501 """ # 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. 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: ## Instructions: