(input: SessionIdRpcInput)
| 280 | } |
| 281 | |
| 282 | async generateAgentsMd(input: SessionIdRpcInput): Promise<void> { |
| 283 | const rpc = await this.getRpc(); |
| 284 | return rpc.generateAgentsMd({ sessionId: input.sessionId }); |
| 285 | } |
| 286 | |
| 287 | async getSessionWarnings(input: SessionIdRpcInput) { |
| 288 | const rpc = await this.getRpc(); |
nothing calls this directly
no test coverage detected