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

Function test_provenance_vendor_and_model

atomic-agent/src/record/tests.rs:608–616  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

606
607#[test]
608fn test_provenance_vendor_and_model() {
609 let session = make_session();
610 let event = make_event();
611 let options = make_options(&session, &event);
612
613 let prov = build_turn_provenance(&options);
614 assert_eq!(prov.vendor, AIVendor::Anthropic);
615 assert_eq!(prov.model, "claude-sonnet-4-20250514");
616}
617
618#[test]
619fn test_provenance_tool() {

Callers

nothing calls this directly

Calls 4

make_eventFunction · 0.85
make_optionsFunction · 0.85
build_turn_provenanceFunction · 0.85
make_sessionFunction · 0.70

Tested by

no test coverage detected