langchain
langchain copied to clipboard
fix regex parser to allow actions with no inputs
Some actions have no inputs, so model omits an Action Input section. Allow this in the mrkl agent output parser.
Fixes #3035