File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public void Dispose()
84
84
_disposed = true ;
85
85
86
86
// Remove this conversation from the KV cache
87
- Executor . Context . NativeHandle . KvCacheRemove ( ConversationId , 0 , _end ) ;
87
+ Executor . Context . NativeHandle . KvCacheRemove ( ConversationId , - 1 , - 1 ) ;
88
88
89
89
// Prevent finalizer from running
90
90
GC . SuppressFinalize ( this ) ;
@@ -410,7 +410,7 @@ public void Remove(LLamaPos start, LLamaPos end)
410
410
}
411
411
412
412
/// <summary>
413
- /// Removes all tokens starting from the given position
413
+ /// Removes <see cref="count"/> tokens starting from <see cref="start"/>
414
414
/// </summary>
415
415
/// <param name="start">Start position (inclusive)</param>
416
416
/// <param name="count">Number of tokens</param>
You can’t perform that action at this time.
0 commit comments