Transform
Convert raw input rows to algorithm-ready typed rows.
e.g. a transform takes raw rows like {query, answer, ...} and emits {messages: [...], ...} ready for the algorithm.
Attributes
attributenamestrattributeConfigtypeFunctions
func__call__(self, rows) -> Iterable[dict[str, Any]]paramselfparamrowsIterable[dict[str, Any]]Returns
typing.Iterable[dict[str, typing.Any]]