Package com.embabel.agent.rag
Interface RagResponseEnhancer
-
- All Implemented Interfaces:
-
com.embabel.common.core.types.Named
public interface RagResponseEnhancer implements Named
-
-
Method Summary
Modifier and Type Method Description abstract RagResponseenhance(RagResponse response)EnhancementEstimateestimateImpact(RagResponse response)abstract EnhancementTypegetEnhancementType()-
-
Method Detail
-
enhance
abstract RagResponse enhance(RagResponse response)
-
estimateImpact
EnhancementEstimate estimateImpact(RagResponse response)
-
getEnhancementType
abstract EnhancementType getEnhancementType()
-
-
-
-