From 89487772b021d31e49a608934bff226b631d5870 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 29 Aug 2024 14:24:08 -0400 Subject: [PATCH] assistant: Remove outdated comment (#17105) This used to appear on a call to `prune_invalid_workflow_steps`, but that method doesn't exist anymore. Release Notes: - N/A --- crates/assistant/src/context.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/assistant/src/context.rs b/crates/assistant/src/context.rs index b2f0c705d660c508fe24369e8f7e12f8770a11ce..4c8c40e7040d4f98c0aba5624d744283dc4c8046 100644 --- a/crates/assistant/src/context.rs +++ b/crates/assistant/src/context.rs @@ -1977,7 +1977,6 @@ impl Context { ); }); - // Use `inclusive = false` as edits might occur at the end of a parsed step. cx.emit(ContextEvent::StreamedCompletion); Some(())