langchain/tests/unit_tests/data
blob42 55e0e2d6ac feat: add MultiStrategy output parser
- A type of parser where many strategies can be tried before exception
- A strategy is a tuple like class of (parser, predicate, name=None)
- Strategies are tried if predicate is True
- Strategies are tried in order, allows for fallbacks
- Base interface allows existing parsers to use multiple strategies
- New strategies can be added for new output errors and covered by tests
2023-06-22 21:32:36 +02:00
..
llm_outputs feat: add MultiStrategy output parser 2023-06-22 21:32:36 +02:00
prompts initial commit 2022-10-24 14:51:15 -07:00
prompt_file.txt Prompt from file proof of concept using plain text (#127) 2022-11-13 13:15:30 -08:00