@@ -37,7 +37,9 @@ class MessageService:
)
elif msg.get("type") == "image_file" or msg.get("type") == "image_url":
content.append(msg)
- elif msg.get("type") == "input_audio":
+ elif (
+ msg.get("type") == "input_audio" or msg.get("type") == "input_audio"
+ ):
return content