| 205 | } |
| 206 | |
| 207 | type AgentChoiceReasoningEvent struct { |
| 208 | AgentContext |
| 209 | |
| 210 | Type string `json:"type"` |
| 211 | Content string `json:"content"` |
| 212 | SessionID string `json:"session_id,omitempty"` |
| 213 | } |
| 214 | |
| 215 | func (e *AgentChoiceReasoningEvent) GetSessionID() string { return e.SessionID } |
| 216 |
nothing calls this directly
no outgoing calls
no test coverage detected