| 41 | SourceAgentID string |
| 42 | SourceTeamName string |
| 43 | SourceTeamSessionID string |
| 44 | SourceTeamAgentID string |
| 45 | } |
| 46 | |
| 47 | type extractionContext struct { |
| 48 | Messages []map[string]any |
| 49 | MessageIDs []string |
| 50 | StartIndex int |
| 51 | EndIndex int |
| 52 | SessionID string |
| 53 | ConsumerID string |
| 54 | TurnCount int |
| 55 | UserTurnCount int |
| 56 | State *AgentState |
| 57 | } |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected