Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jun 21, 2023
1 parent ae84c08 commit 0e8ea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EdgeGPT/EdgeGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async def ask(
(
s
for s in reversed(response["item"]["messages"])
if "messageType" not in s
if "messageType" not in s and "adaptiveCards" in s
),
response["item"]["messages"][-1],
)
Expand Down

0 comments on commit 0e8ea8c

Please sign in to comment.