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

Function test_set_model_info

atomic-agent/src/turn/session.rs:747–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

745
746 #[test]
747 fn test_set_model_info() {
748 let mut s = make_session();
749 s.set_model_info("anthropic", "claude-sonnet-4-20250514");
750 assert_eq!(s.agent_vendor, "anthropic");
751 assert_eq!(s.model, "claude-sonnet-4-20250514");
752 }
753
754 // Transcript path
755

Callers

nothing calls this directly

Calls 2

set_model_infoMethod · 0.80
make_sessionFunction · 0.70

Tested by

no test coverage detected