mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
docs: oai chat nit (#25117)
This commit is contained in:
parent
7882d5c978
commit
1331e8589c
@ -322,7 +322,9 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"### ``strict=True``\n",
|
"### ``strict=True``\n",
|
||||||
"\n",
|
"\n",
|
||||||
".. info Requires ``langchain-openai==0.1.21rc1``\n",
|
":::info Requires ``langchain-openai>=0.1.21rc1``\n",
|
||||||
|
"\n",
|
||||||
|
":::\n",
|
||||||
"\n",
|
"\n",
|
||||||
"As of Aug 6, 2024, OpenAI supports a `strict` argument when calling tools that will enforce that the tool argument schema is respected by the model. See more here: https://platform.openai.com/docs/guides/function-calling\n",
|
"As of Aug 6, 2024, OpenAI supports a `strict` argument when calling tools that will enforce that the tool argument schema is respected by the model. See more here: https://platform.openai.com/docs/guides/function-calling\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user