Method
constructor
(
private readonly input: AsyncIterable<string>,
private readonly replayUserMessages?: boolean,
)
Source from the content-addressed store, hash-verified
| 163 | readonly outbound = new Stream<StdoutMessage>() |
| 164 | |
| 165 | constructor( |
| 166 | private readonly input: AsyncIterable<string>, |
| 167 | private readonly replayUserMessages?: boolean, |
| 168 | ) { |
| 169 | this.input = input |
| 170 | this.structuredInput = this.read() |
| 171 | } |
| 172 | |
| 173 | /** |
| 174 | * Records a tool_use ID as resolved so that late/duplicate control_response |
Callers
nothing calls this directly
Tested by
no test coverage detected