Function 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>>>>>