pub fn make_default_request(prompt: &str, model: &str) -> LLMRequestExpand description
Creates a default LLM request with a single user message. Used by all providers for their LLMClient implementation.
pub fn make_default_request(prompt: &str, model: &str) -> LLMRequestCreates a default LLM request with a single user message. Used by all providers for their LLMClient implementation.