Function clear_llm_cache

Source
pub fn clear_llm_cache() -> Result<()>
Expand description

Clear the global LLM cache

§Returns

A Result indicating success or failure

§Panics

This function will panic if init_globals() has not been called first.