langchain/langchain/output_parsers
Nuno Campos e4459e423b
Mark some output parsers as serializable (cross-checked w/ JS) (#7083)
<!-- Thank you for contributing to LangChain!

Replace this comment with:
  - Description: a description of the change, 
  - Issue: the issue # it fixes (if applicable),
  - Dependencies: any dependencies required for this change,
- Tag maintainer: for a quicker response, tag the relevant maintainer
(see below),
- Twitter handle: we announce bigger features on Twitter. If your PR
gets announced and you'd like a mention, we'll gladly shout you out!

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
  2. an example notebook showing its use.

Maintainer responsibilities:
  - General / Misc / if you don't know who to tag: @dev2049
  - DataLoaders / VectorStores / Retrievers: @rlancemartin, @eyurtsev
  - Models / Prompts: @hwchase17, @dev2049
  - Memory: @hwchase17
  - Agents / Tools / Toolkits: @vowelparrot
  - Tracing / Callbacks: @agola11
  - Async: @agola11

If no one reviews your PR within a few days, feel free to @-mention the
same people again.

See contribution guidelines for more information on how to write/run
tests, lint, etc:
https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
 -->
2023-07-05 14:53:56 -04:00
..
__init__.py Fix class promotion (#6187) 2023-06-18 16:55:18 -07:00
boolean.py convert the parameter 'text' to uppercase in the function 'parse' of the class BooleanOutputParser (#5397) 2023-05-30 16:26:17 -07:00
combining.py Mark some output parsers as serializable (cross-checked w/ JS) (#7083) 2023-07-05 14:53:56 -04:00
datetime.py Harrison/datetime parser (#4693) 2023-05-29 07:52:30 -07:00
enum.py add enum output parser (#5165) 2023-05-27 20:58:23 -07:00
fix.py Mark some output parsers as serializable (cross-checked w/ JS) (#7083) 2023-07-05 14:53:56 -04:00
format_instructions.py Removes unnecessary backslash escaping for backticks in python (#5751) 2023-06-05 13:30:11 -07:00
json.py added docstrings where they missed (#6626) 2023-06-23 15:49:44 -07:00
list.py Mark some output parsers as serializable (cross-checked w/ JS) (#7083) 2023-07-05 14:53:56 -04:00
loading.py
openai_functions.py Openapi to openai (#6658) 2023-06-23 11:00:34 -07:00
prompts.py
pydantic.py Harrison/json new line (#4646) 2023-05-13 21:46:33 -07:00
rail_parser.py rail_parser: Allow creation from pydantic (#6832) 2023-06-27 16:40:52 -07:00
regex_dict.py
regex.py Mark some output parsers as serializable (cross-checked w/ JS) (#7083) 2023-07-05 14:53:56 -04:00
retry.py move base prompt to schema (#6995) 2023-07-02 22:38:59 -04:00
structured.py added support for different types in ResponseSchema class (#5789) 2023-06-06 22:00:48 -07:00