We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66ab04 commit b4dec99Copy full SHA for b4dec99
python/e2e/test_compaction.py
@@ -41,9 +41,7 @@ def on_event(event):
41
session.on(on_event)
42
43
# 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
- )
+ await session.send_and_wait({"prompt": "Tell me a story about a dragon. Be detailed."})
47
await session.send_and_wait(
48
{"prompt": "Continue the story with more details about the dragon's castle."}
49
)
0 commit comments