mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 18:23:59 +00:00
docs: Fix typo in citations example (#20218)
Small typo in the citations notebook "ojbects" changed to "objects"
This commit is contained in:
parent
fe35e13083
commit
230376f183
@ -184,7 +184,7 @@
|
||||
"## Function-calling\n",
|
||||
"\n",
|
||||
"### Cite documents\n",
|
||||
"Let's try using [OpenAI function-calling](/docs/modules/model_io/chat/function_calling) to make the model specify which of the provided documents it's actually referencing when answering. LangChain has some utils for converting Pydantic ojbects to the JSONSchema format expected by OpenAI, so we'll use that to define our functions:"
|
||||
"Let's try using [OpenAI function-calling](/docs/modules/model_io/chat/function_calling) to make the model specify which of the provided documents it's actually referencing when answering. LangChain has some utils for converting Pydantic objects to the JSONSchema format expected by OpenAI, so we'll use that to define our functions:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user