org.llm4s.rag.transform.IdentityTransformer
See theIdentityTransformer companion object
final class IdentityTransformer extends QueryTransformer
Pass-through transformer that returns the query unchanged.
Useful for:
- Testing pipeline composition without side effects
- Default/placeholder when no transformation is needed
- Verifying that the transform chain is invoked correctly
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article