Skip to content

Commit 6e79e25

Browse files
committed
Delete commented out line
1 parent 4b3cf10 commit 6e79e25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/basic/hello_world.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ async def process_input(
4848
model="gpt-4.1-mini",
4949
previous_response_id=response_id,
5050
)
51-
52-
# console.print(f"\nAssistant output: {response.output_text}", end="\n\n")
5351
console.print(f"\nAssistant output: {response.output_text}", end="\n\n")
5452
# Show guardrail results if any were run
5553
if response.guardrail_results.all_results:

0 commit comments

Comments
 (0)