MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_extract_prompts_empty

Function test_extract_prompts_empty

atomic-agent/src/transcript/tests.rs:203–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201
202#[test]
203fn test_extract_prompts_empty() {
204 let entries = vec![CondensedEntry::assistant("No user messages")];
205 let prompts = extract_prompts(&entries);
206 assert!(prompts.is_empty());
207}
208
209// aggregate_tool_usage
210

Callers

nothing calls this directly

Calls 1

extract_promptsFunction · 0.85

Tested by

no test coverage detected