Uses of Class
org.springframework.ai.huggingface.model.PrefillToken
-
Uses of PrefillToken in org.springframework.ai.huggingface.model
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionBestOfSequence.getPrefill()
Get prefillDetails.getPrefill()
Get prefillModifier and TypeMethodDescriptionBestOfSequence.addPrefillItem
(PrefillToken prefillItem) Details.addPrefillItem
(PrefillToken prefillItem) Modifier and TypeMethodDescriptionBestOfSequence.prefill
(List<PrefillToken> prefill) Details.prefill
(List<PrefillToken> prefill) void
BestOfSequence.setPrefill
(List<PrefillToken> prefill) void
Details.setPrefill
(List<PrefillToken> prefill)