File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ impl AppState {
465465 /// # Arguments
466466 /// * `tool` - Optional tool name being executed
467467 /// * `reset_timer` - If true, resets the prompt elapsed timer (use for new user prompts).
468- /// If false, preserves existing timer (use for tool continuations).
468+ /// If false, preserves existing timer (use for tool continuations).
469469 pub fn start_streaming ( & mut self , tool : Option < String > , reset_timer : bool ) {
470470 self . streaming . start ( tool, reset_timer) ;
471471 // Use typewriter only if streaming animation is enabled
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ impl StreamingState {
2626 /// # Arguments
2727 /// * `tool` - Optional tool name being executed
2828 /// * `reset_timer` - If true, resets `prompt_started_at` to now (use for new user prompts).
29- /// If false, preserves existing timer (use for tool continuations).
29+ /// If false, preserves existing timer (use for tool continuations).
3030 pub fn start ( & mut self , tool : Option < String > , reset_timer : bool ) {
3131 self . is_streaming = true ;
3232 self . thinking = true ;
You can’t perform that action at this time.
0 commit comments