docs: Fix typo in tutorial about structured data extraction (#22888)

[Fixed typo](docs: Fix typo in tutorial about structured data
extraction)
This commit is contained in:
Baskar Gopinath 2024-06-14 23:19:55 +08:00 committed by GitHub
parent b5e2ba3a47
commit 83643cbdfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@
"id": "a808a401-be1f-49f9-ad13-58dd68f7db5f", "id": "a808a401-be1f-49f9-ad13-58dd68f7db5f",
"metadata": {}, "metadata": {},
"source": [ "source": [
"If we want the model to return a Pydantic object, we just need to pass in desired the Pydantic class:" "If we want the model to return a Pydantic object, we just need to pass in the desired Pydantic class:"
] ]
}, },
{ {