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
This commit is contained in:
parent
d60466212d
commit
89487772b0
1 changed files with 0 additions and 1 deletions
|
@ -1977,7 +1977,6 @@ impl Context {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Use `inclusive = false` as edits might occur at the end of a parsed step.
|
|
||||||
cx.emit(ContextEvent::StreamedCompletion);
|
cx.emit(ContextEvent::StreamedCompletion);
|
||||||
|
|
||||||
Some(())
|
Some(())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue