MCPcopy Create free account
hub / github.com/evilsocket/cake / clear

Method clear

cake-core/src/models/phi4/history.rs:21–23  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

19 }
20
21 pub fn clear(&mut self) {
22 self.0.clear();
23 }
24
25 pub fn encode_dialog_to_prompt(&self) -> String {
26 let mut out = String::new();

Callers 15

cache_clearFunction · 0.45
prefetch_safetensorsFunction · 0.45
handle_master_clientMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
test_phi4_clearFunction · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by 3

resetMethod · 0.36
test_phi4_clearFunction · 0.36
test_kv_cache_clearFunction · 0.36