Namespace: LLama.Abstractions
An interface for text transformations.
These can be used to compose a pipeline of text transformations, such as:
public interface ITextTransform
Takes a string and transforms it.
string Transform(string text)
text String