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

Function options

atomic-agent/tests/record_view_mismatch_regression.rs:21–34  ·  view source on GitHub ↗
(
    session: &'a AgentSession,
    event: &'a TurnEvent,
    turn_number: u32,
    prompt: &str,
)

Source from the content-addressed store, hash-verified

19}
20
21fn options<'a>(
22 session: &'a AgentSession,
23 event: &'a TurnEvent,
24 turn_number: u32,
25 prompt: &str,
26) -> TurnRecordOptions<'a> {
27 TurnRecordOptions {
28 session,
29 event,
30 turn_number,
31 turn_duration_ms: 1000,
32 prompt: Some(prompt.to_string()),
33 }
34}
35
36/// A direct caller must be able to record a create turn followed by a modify turn.
37#[test]

Calls

no outgoing calls

Tested by

no test coverage detected