render_text_description

Function render_text_description 

Source
pub fn render_text_description(tools: &[Arc<dyn BaseTool>]) -> String
Expand description

Render the tool name and description in plain text.

Output will be in the format of:

search: This tool is used for search
calculator: This tool is used for math