pub async fn call_help( proxy_url: &str, query: &str, tool: Option<&str>, ) -> Result<String, ProxyError>
Execute an LLM help query via the proxy server.