Class CompositeResponseTextCleaner.Builder
java.lang.Object
org.springframework.ai.converter.CompositeResponseTextCleaner.Builder
- Enclosing class:
CompositeResponseTextCleaner
Builder for
CompositeResponseTextCleaner.- Since:
- 1.1.0
- Author:
- liugddx
-
Method Summary
Modifier and TypeMethodDescriptionaddCleaner(ResponseTextCleaner cleaner) Add a cleaner to the pipeline.build()Build the composite cleaner.
-
Method Details
-
addCleaner
Add a cleaner to the pipeline.- Parameters:
cleaner- the cleaner to add- Returns:
- this builder
-
build
Build the composite cleaner.- Returns:
- a new composite cleaner instance
-