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 094f2d1 commit 1b7dc3aCopy full SHA for 1b7dc3a
samples-v2/openai_agents/customer_service/customer_service_client.py
@@ -34,7 +34,7 @@ def main():
34
time.sleep(1)
35
36
# Prompt the user for input interactively
37
- user_input = input(status['customStatus'] + ' ')
+ user_input = input(status['customStatus'] + ': ')
38
39
# Send the user input to the orchestration as an external event
40
event_url = orchestration['sendEventPostUri'].replace('{eventName}', 'UserInput')
0 commit comments