Uses of Class
com.composum.ai.backend.base.service.chat.impl.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 GPTChatMessagesTemplate
GPTChatCompletionService. 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. templates
Methods in com.composum.ai.backend.base.service.chat.impl that return GPTChatMessagesTemplate Modifier and Type Method Description GPTChatMessagesTemplate
GPTChatCompletionServiceImpl. getTemplate(String templateName)
-