You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
1 year ago
..
__init__.py (WIP) agents (#171) 2 years ago
test_agent.py Callbacks Refactor [base] (#3256) 1 year ago
test_mrkl.py MRKL output parser no longer breaks well formed queries (#5432) 1 year ago
test_public_api.py Add Spark SQL support (#4602) (#4956) 1 year ago
test_react.py Callbacks Refactor [base] (#3256) 1 year ago
test_serialization.py agent serialization (#4642) 1 year ago
test_sql.py Harrison/fix create sql agent (#2870) 1 year ago
test_tools.py Pass Callbacks through load_tools (#4298) 1 year ago
test_types.py [annotation improvement] Make AgentType->Class Conversion More Scalable (#3749) 1 year ago