We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bc357 commit 7cd71afCopy full SHA for 7cd71af
docs/book/src/guides/context.md
@@ -96,7 +96,7 @@ After compaction with SlidingWindowStrategy::new(2, 500):
96
The first four non-system messages are dropped entirely. The system message
97
survives because the implementation unconditionally retains all system messages
98
before applying the sliding window to the remaining conversation. See
99
-[`neuron-context/examples/compaction.rs`](https://github.com/DarkBear0/neuron/blob/main/neuron-context/examples/compaction.rs)
+[`neuron-context/examples/compaction.rs`](https://github.com/SecBear/neuron/blob/main/neuron-context/examples/compaction.rs)
100
for a runnable demo.
101
102
### `ToolResultClearingStrategy`
0 commit comments