We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90ba01 commit 29759abCopy full SHA for 29759ab
1 file changed
Public/Realtime/Set-RealtimeSessionConfiguration.ps1
@@ -231,7 +231,6 @@ function Set-RealtimeSessionConfiguration {
231
if ($Tracing) {
232
$MessageObject.session.tracing = $Tracing
233
}
234
- $MessageObject.session.tracing = $null
235
236
237
PSOpenAI\Send-RealtimeSessionEvent -Message ($MessageObject | ConvertTo-Json -Depth 10)
0 commit comments