{ "model": "gpt-5.2", "prompt_variables": [ "customer_name", "region", "detail_region_info" ], "output_format": { "format": { "type": "json_schema", "name": "report", "schema": { "type": "object", "properties": { "report": { "type": "string" }, "selling_points": { "type": "array", "items": { "type": "object", "properties": { "category": { "type": "string" }, "keywords": { "type": "string" }, "description": { "type": "string" } }, "required": [ "category", "keywords", "description" ], "additionalProperties": false } }, "tags": { "type": "array", "items": { "type": "string" } } }, "required": [ "report", "selling_points", "tags" ], "additionalProperties": false }, "strict": true } } }