(kind: 'async-prompt' | 'failed')
| 426 | sessionId: config.sessionId, |
| 427 | ...(config.wrapperInstanceId ? { wrapperInstanceId: config.wrapperInstanceId } : {}), |
| 428 | ...(config.wrapperInstanceGeneration !== undefined |
| 429 | ? { wrapperInstanceGeneration: config.wrapperInstanceGeneration } |
| 430 | : {}), |
| 431 | pendingMessages: state.pendingMessageIds.length, |
| 432 | ...(toolCgroup ? { toolCgroup } : {}), |
| 433 | }); |
| 434 | }; |
no test coverage detected