mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
00c6ec8a2d
# Fix Telegram API loader + add tests. I was testing this integration and it was broken with next error: ```python message_threads = loader._get_message_threads(df) KeyError: False ``` Also, this particular loader didn't have any tests / related group in poetry, so I added those as well. @hwchase17 / @eyurtsev please take a look on this fix PR. --------- Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
31 lines
714 B
JSON
31 lines
714 B
JSON
{
|
|
"name": "Grace 🧤",
|
|
"type": "personal_chat",
|
|
"id": 2730825451,
|
|
"messages": [
|
|
{
|
|
"id": 1980499,
|
|
"type": "message",
|
|
"date": "2020-01-01T00:00:02",
|
|
"from": "Henry",
|
|
"from_id": 4325636679,
|
|
"text": "It's 2020..."
|
|
},
|
|
{
|
|
"id": 1980500,
|
|
"type": "message",
|
|
"date": "2020-01-01T00:00:04",
|
|
"from": "Henry",
|
|
"from_id": 4325636679,
|
|
"text": "Fireworks!"
|
|
},
|
|
{
|
|
"id": 1980501,
|
|
"type": "message",
|
|
"date": "2020-01-01T00:00:05",
|
|
"from": "Grace 🧤 ðŸ’",
|
|
"from_id": 4720225552,
|
|
"text": "You're a minute late!"
|
|
}
|
|
]
|
|
} |