| 91 | // --------------------------------------------------------------------------- |
| 92 | |
| 93 | export interface SessionInfo { |
| 94 | id: string; |
| 95 | channelId: string; |
| 96 | createdAt: string; |
| 97 | lastMessageAt: string; |
| 98 | messageCount: number; |
| 99 | } |
| 100 | |
| 101 | // --------------------------------------------------------------------------- |
| 102 | // Agent |
nothing calls this directly
no outgoing calls
no test coverage detected