Uses of Class
org.springframework.ai.huggingface.model.PrefillToken
Packages that use PrefillToken
-
Uses of PrefillToken in org.springframework.ai.huggingface.model
Methods in org.springframework.ai.huggingface.model that return PrefillTokenModifier and TypeMethodDescriptionMethods in org.springframework.ai.huggingface.model that return types with arguments of type PrefillTokenModifier and TypeMethodDescriptionBestOfSequence.getPrefill()
Get prefillDetails.getPrefill()
Get prefillMethods in org.springframework.ai.huggingface.model with parameters of type PrefillTokenModifier and TypeMethodDescriptionBestOfSequence.addPrefillItem
(PrefillToken prefillItem) Details.addPrefillItem
(PrefillToken prefillItem) Method parameters in org.springframework.ai.huggingface.model with type arguments of type PrefillTokenModifier and TypeMethodDescriptionBestOfSequence.prefill
(List<PrefillToken> prefill) Details.prefill
(List<PrefillToken> prefill) void
BestOfSequence.setPrefill
(List<PrefillToken> prefill) void
Details.setPrefill
(List<PrefillToken> prefill)