Skip to content

Commit 39f72bf

Browse files
fix formatting issue in cache executor
1 parent 3a2600b commit 39f72bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/askui/speaker/cache_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def _should_skip_step(self, step: ToolUseBlockParam) -> bool:
607607
"retrieve_available_trajectories_tool",
608608
"switch_speaker",
609609
"execute_cached_executions_tool", # backward compat for old caches
610-
"print_to_console", # verbosity is not needed during cached executions
610+
"print_to_console", # verbosity is not needed during cached executions
611611
]
612612
return any(step.name.startswith(prefix) for prefix in tools_to_skip)
613613

0 commit comments

Comments
 (0)