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

Function session_start_event

atomic-agent/src/turn/orchestrator/tests.rs:26–28  ·  view source on GitHub ↗
(session_id: &str)

Source from the content-addressed store, hash-verified

24}
25
26fn session_start_event(session_id: &str) -> TurnEvent {
27 TurnEvent::new(session_id, HookType::SessionStart)
28}
29
30fn turn_start_event(session_id: &str, prompt: &str) -> TurnEvent {
31 TurnEvent::new(session_id, HookType::TurnStart).with_prompt(prompt)

Calls

no outgoing calls

Tested by

no test coverage detected