🔥 3-day streak
Microsoft Azure AI Apps and Agents Developer Associate126 / 146
Question 126 of 146
You are building a text analysis pipeline that ingests free-form customer support emails and must produce a strictly typed JSON object for each email containing fields for issue_category (from a fixed list), urgency (integer 1-5), and a one-sentence summary. Downstream systems reject any output that is not valid JSON matching the expected schema. Using an Azure OpenAI chat model in Azure AI Foundry, which approach best guarantees the model returns parseable, schema-conformant output?
Reviewed for accuracy · Report an issueNext question