Skip to content

Commit b4dec99

Browse files
More formatting
1 parent d66ab04 commit b4dec99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/e2e/test_compaction.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ def on_event(event):
4141
session.on(on_event)
4242

4343
# Send multiple messages to fill up the context window
44-
await session.send_and_wait(
45-
{"prompt": "Tell me a story about a dragon. Be detailed."}
46-
)
44+
await session.send_and_wait({"prompt": "Tell me a story about a dragon. Be detailed."})
4745
await session.send_and_wait(
4846
{"prompt": "Continue the story with more details about the dragon's castle."}
4947
)

0 commit comments

Comments
 (0)