Fake chat model for testing tool calling functionality
class FakeToolCallingModelA path to the module that contains the class, eg. ["langchain", "llms"]
The async caller should be used by subclasses to make any async calls, which will thus benefit from the concurrency and retry logic.
A path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.
Whether to print out response text.