pub async fn llm_chat( llm: &LlmConfig, system: &str, user: &str, ) -> Option<String>
Sends a chat completion request to the LLM.
Returns Some(content) on success, None on any error.
Some(content)
None