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

Function make_options

atomic-agent/src/record/tests.rs:31–39  ·  view source on GitHub ↗
(session: &'a AgentSession, event: &'a TurnEvent)

Source from the content-addressed store, hash-verified

29}
30
31fn make_options<'a>(session: &'a AgentSession, event: &'a TurnEvent) -> TurnRecordOptions<'a> {
32 TurnRecordOptions {
33 session,
34 event,
35 turn_number: 3,
36 turn_duration_ms: 12400,
37 prompt: Some("Fix the authentication bug in login.rs".to_string()),
38 }
39}
40
41// truncate_prompt tests
42

Calls

no outgoing calls

Tested by

no test coverage detected