mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
docs: Fix for spelling mistake (#27599)
Fixes #26009 Thank you for contributing to LangChain! - [x] **PR title**: "docs: Correcting spelling mistake" - [x] **PR message**: - **Description:** Corrected spelling from "trianed" to "trained" - **Issue:** the issue #26009 - **Dependencies:** NA - **Twitter handle:** NA - [ ] **Add tests and docs**: NA - [ ] **Lint and test**: Co-authored-by: Libby Lin <libbylin@Libbys-MacBook-Pro.local>
This commit is contained in:
parent
d081a5400a
commit
61897aef90
@ -18,7 +18,7 @@
|
||||
"\n",
|
||||
":::\n",
|
||||
"\n",
|
||||
"LLMs from different providers often have different strengths depending on the specific data they are trianed on. This also means that some may be \"better\" and more reliable at generating output in formats other than JSON.\n",
|
||||
"LLMs from different providers often have different strengths depending on the specific data they are trained on. This also means that some may be \"better\" and more reliable at generating output in formats other than JSON.\n",
|
||||
"\n",
|
||||
"This guide shows you how to use the [`XMLOutputParser`](https://python.langchain.com/api_reference/core/output_parsers/langchain_core.output_parsers.xml.XMLOutputParser.html) to prompt models for XML output, then and parse that output into a usable format.\n",
|
||||
"\n",
|
||||
|
@ -18,7 +18,7 @@
|
||||
"\n",
|
||||
":::\n",
|
||||
"\n",
|
||||
"LLMs from different providers often have different strengths depending on the specific data they are trianed on. This also means that some may be \"better\" and more reliable at generating output in formats other than JSON.\n",
|
||||
"LLMs from different providers often have different strengths depending on the specific data they are trained on. This also means that some may be \"better\" and more reliable at generating output in formats other than JSON.\n",
|
||||
"\n",
|
||||
"This output parser allows users to specify an arbitrary schema and query LLMs for outputs that conform to that schema, using YAML to format their response.\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user