Function git_iris::llm::get_refined_message_with_provider
source ยท pub async fn get_refined_message_with_provider<T>(
llm_provider: Box<dyn LLMProvider + Send + Sync>,
system_prompt: &str,
user_prompt: &str,
) -> Result<T>
Expand description
Generates a message using the given provider (mainly for testing purposes)