langchain_community.document_loaders.chatgpt.concatenate_rows

langchain_community.document_loaders.chatgpt.concatenate_rows(message: dict, title: str) str[source]

将消息信息以可读格式组合,准备好使用。 :param message: 待连接的消息 :param title: 对话标题

返回

连接后的消息

参数
  • message (dict) –

  • title (str) –

返回类型

str