Skip to content

Commit 7cd71af

Browse files
authored
fix: correct GitHub URL in context guide (#35)
1 parent a9bc357 commit 7cd71af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/guides/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ After compaction with SlidingWindowStrategy::new(2, 500):
9696
The first four non-system messages are dropped entirely. The system message
9797
survives because the implementation unconditionally retains all system messages
9898
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)
99+
[`neuron-context/examples/compaction.rs`](https://github.com/SecBear/neuron/blob/main/neuron-context/examples/compaction.rs)
100100
for a runnable demo.
101101

102102
### `ToolResultClearingStrategy`

0 commit comments

Comments
 (0)