Uses of Enum Class
org.springframework.ai.chat.prompt.TemplateFormat
Packages that use TemplateFormat
-
Uses of TemplateFormat in org.springframework.ai.chat.prompt
Fields in org.springframework.ai.chat.prompt declared as TemplateFormatModifier and TypeFieldDescriptionprotected TemplateFormat
PromptTemplate.templateFormat
Deprecated.Methods in org.springframework.ai.chat.prompt that return TemplateFormatModifier and TypeMethodDescriptionstatic TemplateFormat
Deprecated.PromptTemplate.getTemplateFormat()
Deprecated.in favor ofTemplateRenderer
static TemplateFormat
Deprecated.Returns the enum constant of this class with the specified name.static TemplateFormat[]
TemplateFormat.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
TemplateRenderer