🚑️ Fix single button parsing

This commit is contained in:
Baptiste Arnaud 2025-08-28 11:26:21 +02:00
parent 0c5cd615f5
commit 07fc210953
No known key found for this signature in database

View File

@ -32,7 +32,7 @@ export const parseSingleChoiceReply = (
return {
status: "success",
content: matchedItem.value ?? parseItemContent(matchedItem),
content,
outgoingEdgeId: matchedItem.outgoingEdgeId,
};
};