ITextStreamTransform
Namespace: LLama.Abstractions
Takes a stream of tokens and transforms them.
1 |
|
Methods
TransformAsync(IAsyncEnumerable<String>)
Takes a stream of tokens and transforms them, returning a new stream of tokens asynchronously.
1 |
|
Parameters
tokens
IAsyncEnumerable<String>
Returns
Clone()
Copy the transform.
1 |
|