| 169 | } |
| 170 | |
| 171 | type StreamStartedEvent struct { |
| 172 | AgentContext |
| 173 | |
| 174 | Type string `json:"type"` |
| 175 | SessionID string `json:"session_id,omitempty"` |
| 176 | } |
| 177 | |
| 178 | func StreamStarted(sessionID, agentName string) Event { |
| 179 | return &StreamStartedEvent{ |
nothing calls this directly
no outgoing calls
no test coverage detected