pub fn get_help(topic: &HelpTopic, tool_schemas: &[ToolSchema]) -> StringExpand 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.