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

Function test_unhashed_with_reasoning

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

Source from the content-addressed store, hash-verified

477
478#[test]
479fn test_unhashed_with_reasoning() {
480 let data = UnhashedTurnData::new("s", 1, "jsonl", vec![], &[]).with_reasoning(TurnReasoning {
481 intent: "test".into(),
482 outcome: "done".into(),
483 learnings: Learnings::default(),
484 friction: vec![],
485 open_items: vec![],
486 });
487 assert!(data.has_reasoning());
488}
489
490#[test]
491fn test_unhashed_serde_roundtrip() {

Callers

nothing calls this directly

Calls 1

with_reasoningMethod · 0.80

Tested by

no test coverage detected