Skip to content

Commit c39dde2

Browse files
committed
fixed merge conflict
2 parents 28cd9d4 + 67733ab commit c39dde2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Deepgram/Clients/Agent/v2/Websocket/Client.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,6 @@ public async Task SendHistoryFunctionCalls(HistoryFunctionCalls historyFunctionC
663663
byte[] data = Encoding.UTF8.GetBytes(historyFunctionCalls.ToString());
664664
await SendMessageImmediately(data);
665665
}
666-
667666
/// <summary>
668667
/// Sends a function call response back to the agent
669668
/// </summary>

0 commit comments

Comments
 (0)