mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-22 20:43:08 +00:00
Fix small typo on Founcational -> Router notebook (#12634)
- **Description:** Fix small typo on Founcational -> Router notebook
This commit is contained in:
parent
72fa5a463d
commit
b74468f399
@ -98,7 +98,7 @@
|
|||||||
" \"Classify the topic of the user question\"\n",
|
" \"Classify the topic of the user question\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
" topic: Literal[\"math\", \"physics\", \"general\"]\n",
|
" topic: Literal[\"math\", \"physics\", \"general\"]\n",
|
||||||
" \"The topic of the user question. One of 'math', 'phsyics' or 'general'.\"\n",
|
" \"The topic of the user question. One of 'math', 'physics' or 'general'.\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"classifier_function = convert_pydantic_to_openai_function(TopicClassifier)\n",
|
"classifier_function = convert_pydantic_to_openai_function(TopicClassifier)\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user