tap_output_aiter(
self,
run_id: UUID,
output: AsyncIterator[T]
) -> AsyncIterator| Name | Type | Description |
|---|---|---|
run_id* | UUID | |
output* | AsyncIterator[T] |
Tap an output async iterator to stream its values to the log.
The ID of the run.
The output async iterator.