The provided text serves as a strict set of instructional guidelines for an automated system generating formatted responses. The central theme revolves around standardizing output to ensure seamless parsing and type-checking within a specific data pipeline.
Key Directives and Formatting Rules
The instructions emphasize several critical formatting requirements. All outputs must be generated in English, regardless of the original input language. Content must be concise but comprehensive, capturing all essential points without unnecessary detail. Structurally, the guidelines dictate using <h2> HTML tags for main headings while explicitly skipping any heading for the introductory paragraph.
Schema Compliance and Conclusions
The most significant takeaway is the absolute necessity of adhering to a provided JSON Schema. The text mandates that the final output must be a well-formatted JSON document that strictly matches the required properties to prevent downstream validation errors. Precision, such as avoiding trailing commas and ensuring exact property matching, is heavily emphasized to guarantee successful data validation.
Mentoring question
How does strict adherence to a defined data schema improve the reliability and interoperability of automated software systems?