We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28cd9d4 + 67733ab commit c39dde2Copy full SHA for c39dde2
Deepgram/Clients/Agent/v2/Websocket/Client.cs
@@ -663,7 +663,6 @@ public async Task SendHistoryFunctionCalls(HistoryFunctionCalls historyFunctionC
663
byte[] data = Encoding.UTF8.GetBytes(historyFunctionCalls.ToString());
664
await SendMessageImmediately(data);
665
}
666
-
667
/// <summary>
668
/// Sends a function call response back to the agent
669
/// </summary>
0 commit comments