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:
Sanjay Parajuli 2024-08-22 20:55:24 +02:00 committed by GitHub
parent fad6fc866a
commit 6fbd53bc60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,9 @@
"\n",
"### Pydantic class\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"
]
},
{