mirror of
https://github.com/hwchase17/langchain.git
synced 2025-12-04 02:04:54 +00:00
**Description:** Move `FileCallbackHandler` from community to core **Issue:** #20493 **Dependencies:** None (imo) `FileCallbackHandler` is a built-in LangChain callback handler like `StdOutCallbackHandler` and should properly be in in core.