mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
docs: Update tool_calling.ipynb (#25434)
**Description:** This part of the documentation didn't explain about the `required` property of function calling. I added additional line as a note. --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
parent
fad6fc866a
commit
6fbd53bc60
@ -101,7 +101,9 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"### Pydantic class\n",
|
"### Pydantic class\n",
|
||||||
"\n",
|
"\n",
|
||||||
"You can equivalently define the schemas without the accompanying functions using [Pydantic](https://docs.pydantic.dev):"
|
"You can equivalently define the schemas without the accompanying functions using [Pydantic](https://docs.pydantic.dev).\n",
|
||||||
|
"\n",
|
||||||
|
"Note that all fields are `required` unless provided a default value.\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user