concatenate_rows#
- langchain_community.document_loaders.facebook_chat.concatenate_rows(row: dict) str [source]#
Combine message information in a readable format ready to be used.
- Parameters:
row (dict) – dictionary containing message information.
- Return type:
str