How to Use Structured JSON Output in AI Builder for Power Automate
AI Builder has added a feature similar to structured outputs, so I decided to try it out.
スポンサーリンク
What is JSON Output?
Broadly speaking, JSON output (structured output) means “specifying the LLM’s response into a designated JSON format data.”
Until now, we used prompts like the following to specify the output, but the stability of the output wasn’t quite there.
Generate the output in the following JSON format.
# output json schema
{
"type" : "object",
"properties" :
(omitted below)
}
Original OpenAI models and Azure OpenAI GPT models added “Structured Outputs” (formerly JSON mode), and now a corresponding feature has been equipped in AI Builder as well.