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
pull/10653/head
Beck Bekmyradov 1 year ago committed by GitHub
parent f5ce286932
commit f9df55f7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -284,7 +284,7 @@
"```\n", "```\n",
"\n", "\n",
"* The search is executed\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", "\n",
"![Image description](/img/oai_function_agent.png)" "![Image description](/img/oai_function_agent.png)"
] ]

Loading…
Cancel
Save