Skip to main content

get_help

Function get_help 

Source
pub fn get_help(topic: &HelpTopic, tool_schemas: &[ToolSchema]) -> String
Expand description

Get help content for a topic.

For static topics, returns embedded markdown. For Builtins, generates a tool list from the provided schemas. For Tool(name), looks up the tool in the schemas.