bossjones / goob_ai

MIT License
1 stars 0 forks source link

audit output parsing, do we still need it? #57

Open bossjones opened 2 months ago

bossjones commented 2 months ago

https://python.langchain.com/v0.2/docs/concepts/#output-parsers

The information here refers to parsers that take a text output from a model try to parse it into a more structured representation. >More and more models are supporting function (or tool) calling, which handles this automatically. It is recommended to use >function/tool calling rather than output parsing. See documentation for that here.