| 16 | } |
| 17 | |
| 18 | interface SystemMessageSource extends MessageSourceBase { |
| 19 | type: "system"; |
| 20 | id?: undefined; |
| 21 | } |
| 22 | |
| 23 | interface AgentMessageSource extends MessageSourceBase { |
| 24 | type: "agent"; |
nothing calls this directly
no outgoing calls
no test coverage detected