Skip to content

Commit

Permalink
Fix small typo on Founcational -> Router notebook (langchain-ai#12634)
Browse files Browse the repository at this point in the history
- **Description:** Fix small typo on Founcational -> Router notebook
  • Loading branch information
BrianMcBrayer authored Oct 31, 2023
1 parent 72fa5a4 commit b74468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/modules/chains/foundational/router.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
" \"Classify the topic of the user question\"\n",
"\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",
"classifier_function = convert_pydantic_to_openai_function(TopicClassifier)\n",
Expand Down

0 comments on commit b74468f

Please sign in to comment.