mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 23:03:52 +08:00
[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:
@ -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",
|
||||||
|
Reference in New Issue
Block a user