Skip to content

Commit

Permalink
metadata in last client conversation fetch (#1239)
Browse files Browse the repository at this point in the history
Co-authored-by: spandan.mondal <[email protected]>
  • Loading branch information
hasinaxp and spandan.mondal authored Jun 21, 2024
1 parent e7a7f59 commit 18dd402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairon/chat/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_last_session_conversation(bot: Text, sender_id: Text):
"event.text": 1,
"event.data": 1,
"tabname": "$event.metadata.tabname",
"metadata": "$event.metadata",
"event.metadata": "$event.metadata",
}
},
{"$sort": {"event.timestamp": 1}},
Expand Down

0 comments on commit 18dd402

Please sign in to comment.