Function deepseek_api_client::llm_function_call
source ยท pub fn llm_function_call(
api_key: &str,
tools: Vec<FunctionalCallObject>,
) -> Box<dyn FnMut(Vec<Message>) -> Pin<Box<dyn Future<Output = Result<ChatResponses>>>>>