langchain
33589489 - langchain: Make RetryWithErrorOutputParser.from_llm() create a correct retry chain (#25053)

Commit
1 year ago
langchain: Make RetryWithErrorOutputParser.from_llm() create a correct retry chain (#25053) Description: RetryWithErrorOutputParser.from_llm() creates a retry chain that returns a Generation instance, when it should actually just return a string. This class was forgotten when fixing the issue in PR #24687
Author
Parents
Loading