We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dbaaf commit 6880482Copy full SHA for 6880482
1 file changed
src/test/java/com/github/copilot/sdk/CompactionTest.java
@@ -80,7 +80,7 @@ void testShouldTriggerCompactionWithLowThresholdAndEmitEvents() throws Exception
80
// Send multiple messages to fill up the context window
81
// With such low thresholds, even a few messages should trigger compaction
82
session.sendAndWait(
83
- new MessageOptions().setPrompt("Tell me a long story about a dragon. Be very detailed."))
+ new MessageOptions().setPrompt("Tell me a story about a dragon. Be detailed."))
84
.get(60, TimeUnit.SECONDS);
85
86
new MessageOptions().setPrompt("Continue the story with more details about the dragon's castle."))
0 commit comments