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
UmerHA 068142fce2
Add caching to BaseChatModel (issue #1644) (#5089)
#  Add caching to BaseChatModel
Fixes #1644

(Sidenote: While testing, I noticed we have multiple implementations of
Fake LLMs, used for testing. I consolidated them.)

## Who can review?
Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:
Models
- @hwchase17
- @agola11

Twitter: [@UmerHAdil](https://twitter.com/@UmerHAdil) | Discord:
RicChilligerDude#7589

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
__init__.py (WIP) agents (#171) 2 years ago
test_agent.py support kwargs (#5990) 1 year ago
test_mrkl.py Raise an exception in MKRL and Chat Output Parsers if parsing text which contains both an action and a final answer (#5609) 1 year ago
test_public_api.py Fix class promotion (#6187) 1 year ago
test_react.py Add caching to BaseChatModel (issue #1644) (#5089) 1 year ago
test_serialization.py Harrison/error zero tools (#6340) 1 year ago
test_sql.py Harrison/fix create sql agent (#2870) 1 year ago
test_tools.py Incorrect argument count handling (#5543) 1 year ago
test_types.py [annotation improvement] Make AgentType->Class Conversion More Scalable (#3749) 1 year ago