| 133 | const MAX_RESOLVED_TOOL_USE_IDS = 1000 |
| 134 | |
| 135 | export class StructuredIO { |
| 136 | readonly structuredInput: AsyncGenerator<StdinMessage | SDKMessage> |
| 137 | private readonly pendingRequests = new Map<string, PendingRequest<unknown>>() |
| 138 |
nothing calls this directly
no outgoing calls
no test coverage detected