Function needs_shell_dialect_guidance
pub fn needs_shell_dialect_guidance<'a>(
tool_names: impl IntoIterator<Item = &'a str>,
) -> boolExpand description
Report whether any tool in tool_names accepts a model-authored shell
command, and therefore whether the shell dialect guidance is worth
rendering.