mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
Improvement[Community] Improve api doc for SingleFileFacebookMessengerChatLoader
(#25536)
Delete redundant args in api doc
This commit is contained in:
parent
49dea06af1
commit
4255a30f20
@ -16,9 +16,6 @@ class SingleFileFacebookMessengerChatLoader(BaseChatLoader):
|
||||
Args:
|
||||
path (Union[Path, str]): The path to the chat file.
|
||||
|
||||
Attributes:
|
||||
path (Path): The path to the chat file.
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, path: Union[Path, str]) -> None:
|
||||
@ -58,9 +55,6 @@ class FolderFacebookMessengerChatLoader(BaseChatLoader):
|
||||
path (Union[str, Path]): The path to the directory
|
||||
containing the chat files.
|
||||
|
||||
Attributes:
|
||||
path (Path): The path to the directory containing the chat files.
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, path: Union[str, Path]) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user