format_available_tools

Function format_available_tools 

Source
pub fn format_available_tools(tools: &[&dyn LlmTool]) -> String
Expand description

Format the available tools into a readable list.

§Arguments

  • tools - A slice of tool references with descriptor dictionaries.

§Returns

A formatted string listing available tools and their descriptions.