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