pub async fn github_search_code( query: &str, repo: Option<&str>, limit: Option<usize>, ) -> Result<String>