mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
893a924b90
Thank you for contributing to LangChain! - [ ] **PR title**: "core: move BaseChatLoader and BaseToolkit from community" - [ ] **PR message**: move BaseChatLoader and BaseToolkit --------- Co-authored-by: Bagatur <baskaryan@gmail.com>
4 lines
85 B
Python
4 lines
85 B
Python
from langchain_core.chat_loaders import BaseChatLoader
|
|
|
|
__all__ = ["BaseChatLoader"]
|