mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-03 13:43:24 +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:
|
Args:
|
||||||
path (Union[Path, str]): The path to the chat file.
|
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:
|
def __init__(self, path: Union[Path, str]) -> None:
|
||||||
@ -58,9 +55,6 @@ class FolderFacebookMessengerChatLoader(BaseChatLoader):
|
|||||||
path (Union[str, Path]): The path to the directory
|
path (Union[str, Path]): The path to the directory
|
||||||
containing the chat files.
|
containing the chat files.
|
||||||
|
|
||||||
Attributes:
|
|
||||||
path (Path): The path to the directory containing the chat files.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, path: Union[str, Path]) -> None:
|
def __init__(self, path: Union[str, Path]) -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user