Unverified Commit 79731a79 authored by Hongsheng Liu's avatar Hongsheng Liu Committed by GitHub
Browse files

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


Signed-off-by: default avatarwangzi <3220100013@zju.edu.cn>
Co-authored-by: default avatarwangzi <3220100013@zju.edu.cn>
parent 53d7c392
......@@ -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",
}
],
"response_format": {
response_format={
"type": "json_schema",
"json_schema": {
"name": "car-description",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment