Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added async _acall to FakeListLLM (langchain-ai#5439)
# Added Async _acall to FakeListLLM FakeListLLM is handy when unit testing apps built with langchain. This allows the use of FakeListLLM inside concurrent code with [asyncio](https://docs.python.org/3/library/asyncio.html). I also changed the pydocstring which was out of date. ## Who can review? @hwchase17 - project lead @agola11 - async
- Loading branch information