You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/output_parsers
Anish Chakraborty 898362de81
core[patch]: improve comma separated list output parser to handle non-space separated list (#20434)
- **Description:** Changes
`lanchain_core.output_parsers.CommaSeparatedListOutputParser` to handle
`,` as a delimiter alongside the previous implementation which used `, `
as delimiter.
- **Issue:** Started noticing that some results returned by LLMs were
not getting parsed correctly when the output contained `,` instead of `,
`.
  - **Dependencies:** No
  - **Twitter handle:** not active on twitter.


<!---
If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.
-->
5 months ago
..
__init__.py
base.py
format_instructions.py
json.py core[minor], ...: add tool calls message (#18947) 5 months ago
list.py core[patch]: improve comma separated list output parser to handle non-space separated list (#20434) 5 months ago
openai_functions.py
openai_tools.py mistral[patch]: add IDs to tool calls (#20299) 5 months ago
pydantic.py core[minor]: support pydantic v2 models in PydanticOutputParser (#18811) 6 months ago
string.py
transform.py
xml.py core[patch]:: XML parser to cover the case when the xml only contains the root level tag (#17456) 6 months ago