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:603–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601
602#[test]
603fn test_provenance_vendor_and_model() {
604 let session = make_session();
605 let event = make_event();
606 let options = make_options(&session, &event);
607
608 let prov = build_turn_provenance(&options);
609 assert_eq!(prov.vendor, AIVendor::Anthropic);
610 assert_eq!(prov.model, "claude-sonnet-4-20250514");
611}
612
613#[test]
614fn 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