Skip to content

Commit fcfe739

Browse files
committed
Remove unnecessary blank line in customer_service_client.ps1
1 parent 95cd411 commit fcfe739

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples-v2/openai_agents/customer_service/customer_service_client.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ while ($true) {
3030
# Send the user input to the orchestration as an external event
3131
$eventUrl = $orchestration.SendEventPostUri.Replace('{eventName}', 'UserInput')
3232
Invoke-RestMethod $eventUrl -Method Post -ContentType 'application/json' -Body ($userInput | ConvertTo-Json)
33-
3433
Start-Sleep -Seconds 2
3534
}

0 commit comments

Comments
 (0)