Skip to content

Commit 7f0a9a1

Browse files
jpvajdanaomi-lgbt
andauthored
Update deepgram/clients/agent/v1/websocket/options.py
Co-authored-by: Naomi <[email protected]>
1 parent 5c3685e commit 7f0a9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepgram/clients/agent/v1/websocket/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def __post_init__(self):
322322
for message in self.messages:
323323
if message is None:
324324
continue
325-
elif isinstance(message, dict):
325+
if isinstance(message, dict):
326326
if "function_calls" in message:
327327
converted_messages.append(HistoryFunctionCallsMessage.from_dict(message))
328328
else:

0 commit comments

Comments
 (0)