Skip to main content

display_tool_name

Function display_tool_name 

Source
pub fn display_tool_name(snake: &str) -> String
Expand description

Convert a snake_case tool name to PascalCase for display. The agent protocol uses read_file, edit_file, web_fetch etc.; the UI shows ReadFile, EditFile, WebFetch — a CC-style convention that reads more cleanly at a glance.