[Doc] Fix a syntax error of example code in structured_outputs.md (#22045)

Signed-off-by: wangzi <3220100013@zju.edu.cn>
Co-authored-by: wangzi <3220100013@zju.edu.cn>
This commit is contained in:
Hongsheng Liu
2025-08-01 15:01:22 +08:00
committed by GitHub
parent 53d7c39271
commit 79731a79f0

View File

@ -103,7 +103,7 @@ The next example shows how to use the `guided_json` parameter with a Pydantic mo
"content": "Generate a JSON with the brand, model and car_type of the most iconic car from the 90's", "content": "Generate a JSON with the brand, model and car_type of the most iconic car from the 90's",
} }
], ],
"response_format": { response_format={
"type": "json_schema", "type": "json_schema",
"json_schema": { "json_schema": {
"name": "car-description", "name": "car-description",