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.
1 parent 95cd411 commit fcfe739Copy full SHA for fcfe739
samples-v2/openai_agents/customer_service/customer_service_client.ps1
@@ -30,6 +30,5 @@ while ($true) {
30
# Send the user input to the orchestration as an external event
31
$eventUrl = $orchestration.SendEventPostUri.Replace('{eventName}', 'UserInput')
32
Invoke-RestMethod $eventUrl -Method Post -ContentType 'application/json' -Body ($userInput | ConvertTo-Json)
33
-
34
Start-Sleep -Seconds 2
35
}
0 commit comments