langchain/tests/unit_tests/agents
Matt Wells 1d861dc37a
MRKL output parser no longer breaks well formed queries (#5432)
# Handles the edge scenario in which the action input is a well formed
SQL query which ends with a quoted column

There may be a cleaner option here (or indeed other edge scenarios) but
this seems to robustly determine if the action input is likely to be a
well formed SQL query in which we don't want to arbitrarily trim off `"`
characters

Fixes #5423

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Agents / Tools / Toolkits
  - @vowelparrot
2023-05-30 15:58:47 -04:00
..
__init__.py (WIP) agents (#171) 2022-11-22 06:16:26 -08:00
test_agent.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
test_mrkl.py MRKL output parser no longer breaks well formed queries (#5432) 2023-05-30 15:58:47 -04:00
test_public_api.py Add Spark SQL support (#4602) (#4956) 2023-05-18 20:53:08 -07:00
test_react.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
test_serialization.py agent serialization (#4642) 2023-05-13 21:47:10 -07:00
test_sql.py Harrison/fix create sql agent (#2870) 2023-04-13 22:07:58 -07:00
test_tools.py Pass Callbacks through load_tools (#4298) 2023-05-08 08:44:26 -07:00
test_types.py [annotation improvement] Make AgentType->Class Conversion More Scalable (#3749) 2023-04-28 21:17:28 -07:00