Docs: Fixing a little typo in extraction tutorial (#31360)

Just a little typo: force should be forced
This commit is contained in:
Ahmad Elmalah 2025-05-26 22:30:05 +03:00 committed by GitHub
parent 611a3cb02a
commit 1ebcbf1d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@
"2. Do not force the LLM to make up information! Above we used `Optional` for the attributes allowing the LLM to output `None` if it doesn't know the answer.\n", "2. Do not force the LLM to make up information! Above we used `Optional` for the attributes allowing the LLM to output `None` if it doesn't know the answer.\n",
"\n", "\n",
":::important\n", ":::important\n",
"For best performance, document the schema well and make sure the model isn't force to return results if there's no information to be extracted in the text.\n", "For best performance, document the schema well and make sure the model isn't forced to return results if there's no information to be extracted in the text.\n",
":::\n", ":::\n",
"\n", "\n",
"## The Extractor\n", "## The Extractor\n",