mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 10:23:30 +00:00
Fix a Typo in Documentation (#11453)
- **Description:** This commit corrects a minor typo in the documentation. It changes "frum" to "from" in the sentence: "The results from search are passed back to the LLM for synthesis into an answer" in the file `docs/extras/use_cases/more/agents/agents.ipynb`. This typo fix enhances the clarity and accuracy of the documentation. - **Tag maintainer:** @baskaryan
This commit is contained in:
parent
f5ce286932
commit
f9df55f7d2
@ -284,7 +284,7 @@
|
||||
"```\n",
|
||||
"\n",
|
||||
"* The search is executed\n",
|
||||
"* The results frum search are passed back to the LLM for synthesis into an answer\n",
|
||||
"* The results from search are passed back to the LLM for synthesis into an answer\n",
|
||||
"\n",
|
||||
""
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user