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

Function test_summarize_execution

atomic-agent/src/provenance/classify.rs:1166–1170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1164
1165 #[test]
1166 fn test_summarize_execution() {
1167 let input = serde_json::json!({"command": "npm install express"});
1168 let summary = summarize_tool_call("bash", NodeKind::Execution, Some(&input), None, None);
1169 assert_eq!(summary, "npm install express");
1170 }
1171
1172 #[test]
1173 fn test_summarize_error() {

Callers

nothing calls this directly

Calls 1

summarize_tool_callFunction · 0.85

Tested by

no test coverage detected