Uses of Class
com.composum.ai.backend.base.service.chat.GPTChatMessagesTemplate
-
Packages that use GPTChatMessagesTemplate Package Description com.composum.ai.backend.base.service.chat com.composum.ai.backend.base.service.chat.impl -
-
Uses of GPTChatMessagesTemplate in com.composum.ai.backend.base.service.chat
Methods in com.composum.ai.backend.base.service.chat that return GPTChatMessagesTemplate Modifier and Type Method Description GPTChatMessagesTemplateGPTChatCompletionService. getTemplate(String templateName)Retrieves a (usually cached) chat template with that name. -
Uses of GPTChatMessagesTemplate in com.composum.ai.backend.base.service.chat.impl
Fields in com.composum.ai.backend.base.service.chat.impl with type parameters of type GPTChatMessagesTemplate Modifier and Type Field Description protected Map<String,GPTChatMessagesTemplate>GPTChatCompletionServiceImpl. templatesMethods in com.composum.ai.backend.base.service.chat.impl that return GPTChatMessagesTemplate Modifier and Type Method Description GPTChatMessagesTemplateGPTChatCompletionServiceImpl. getTemplate(String templateName)
-