pub async fn gemini_request(
_gemini_configs: &GeminiConfigs,
_resource: String,
_url: &str,
_prompt: &str,
) -> GeminiReturnExpand description
Perform a request to Gemini. This does nothing without the ‘gemini’ flag enabled.
pub async fn gemini_request(
_gemini_configs: &GeminiConfigs,
_resource: String,
_url: &str,
_prompt: &str,
) -> GeminiReturnPerform a request to Gemini. This does nothing without the ‘gemini’ flag enabled.