Uses of Class
org.springframework.ai.chat.prompt.PromptTemplate
Packages that use PromptTemplate
-
Uses of PromptTemplate in org.springframework.ai.chat.prompt
Subclasses of PromptTemplate in org.springframework.ai.chat.promptModifier and TypeClassDescriptionclassclassclassMethods in org.springframework.ai.chat.prompt that return PromptTemplateConstructor parameters in org.springframework.ai.chat.prompt with type arguments of type PromptTemplate -
Uses of PromptTemplate in org.springframework.ai.model.transformer
Methods in org.springframework.ai.model.transformer with parameters of type PromptTemplateModifier and TypeMethodDescriptionKeywordMetadataEnricher.Builder.keywordsTemplate(PromptTemplate keywordsTemplate) Constructors in org.springframework.ai.model.transformer with parameters of type PromptTemplateModifierConstructorDescriptionKeywordMetadataEnricher(ChatModel chatModel, PromptTemplate keywordsTemplate) Create a newKeywordMetadataEnricherinstance.