| 186 | func (e *StreamStartedEvent) GetSessionID() string { return e.SessionID } |
| 187 | |
| 188 | type AgentChoiceEvent struct { |
| 189 | AgentContext |
| 190 | |
| 191 | Type string `json:"type"` |
| 192 | Content string `json:"content"` |
| 193 | SessionID string `json:"session_id,omitempty"` |
| 194 | } |
| 195 | |
| 196 | func (e *AgentChoiceEvent) GetSessionID() string { return e.SessionID } |
| 197 |
nothing calls this directly
no outgoing calls
no test coverage detected