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 1b7dc3a commit d36cd1cCopy full SHA for d36cd1c
samples-v2/openai_agents/customer_service/customer_service_client.py
@@ -22,7 +22,7 @@ def main():
22
status = requests.get(orchestration['statusQueryGetUri']).json()
23
24
if status['runtimeStatus'] == 'Completed':
25
- print(f"Orchestration completed with result: {status['output']}")
+ print(f"Orchestration completed.")
26
sys.exit(0)
27
28
if status['runtimeStatus'] not in ['Pending', 'Running']:
0 commit comments