Skip to content

Commit 320d478

Browse files
committed
remove trailing whitespace
1 parent 290741d commit 320d478

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/output.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)