File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -493,12 +493,12 @@ async def main():
493493 async with agent.run_stream(' Write a long story about a cat' ) as result:
494494 async for message in result.stream_text():
495495 print (message)
496- # > Once upon a
497- # > Once upon a time, there was
498- # > Once upon a time, there was a curious cat
499- # > Once upon a time, there was a curious cat named Whiskers who
500- # > Once upon a time, there was a curious cat named Whiskers who loved to explore
501- # > Once upon a time, there was a curious cat named Whiskers who loved to explore the world around
496+ # > Once upon a
497+ # > Once upon a time, there was
498+ # > Once upon a time, there was a curious cat
499+ # > Once upon a time, there was a curious cat named Whiskers who
500+ # > Once upon a time, there was a curious cat named Whiskers who loved to explore
501+ # > Once upon a time, there was a curious cat named Whiskers who loved to explore the world around
502502 # > Once upon a time, there was a curious cat named Whiskers who loved to explore the world around him...
503503```
504504
You can’t perform that action at this time.
0 commit comments