Package com.embabel.agent.rag.tools
Class DualShotConfig
-
- All Implemented Interfaces:
public final class DualShotConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegersummaryWords
-
Constructor Summary
Constructors Constructor Description DualShotConfig(Integer summaryWords)
-
Method Summary
Modifier and Type Method Description final IntegergetSummaryWords()-
-
Constructor Detail
-
DualShotConfig
DualShotConfig(Integer summaryWords)
-
-
Method Detail
-
getSummaryWords
final Integer getSummaryWords()
-
-
-
-