Skip to content

Commit 665122c

Browse files
committed
Update parsing coffee order payload
1 parent 64410eb commit 665122c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coffee_ws/src/coffee_voice_agent/scripts/livekit_voice_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ async def _handle_websocket_message(self, websocket, path):
11071107
priority = data.get("priority", "normal")
11081108

11091109
# Format content for voice announcement
1110-
content = f"{coffee_type} (Order: {order_id[:8]}...)"
1110+
content = f"{coffee_type} (Order {order_id[:8]})"
11111111

11121112
# Queue virtual request using thread-safe method
11131113
# Use run_coroutine_threadsafe for async function calls

0 commit comments

Comments
 (0)