pub async fn get_refined_message<T>(
config: &Config,
provider_type: &LLMProviderType,
system_prompt: &str,
user_prompt: &str,
) -> Result<T>Expand description
Generates a message using the given configuration
pub async fn get_refined_message<T>(
config: &Config,
provider_type: &LLMProviderType,
system_prompt: &str,
user_prompt: &str,
) -> Result<T>Generates a message using the given configuration