| 33 | } |
| 34 | |
| 35 | interface Args { |
| 36 | agentId: string; |
| 37 | message: string; |
| 38 | waitIdle: boolean; |
| 39 | maxWaitMs: number; |
| 40 | pollMs: number; |
| 41 | } |
| 42 | |
| 43 | type MessageSource = |
| 44 | | { kind: "inline"; text: string } |
nothing calls this directly
no outgoing calls
no test coverage detected