Uses of Class
com.microsoft.semantickernel.chatcompletion.ChatHistory
-
Packages that use ChatHistory Package Description com.microsoft.semantickernel com.microsoft.semantickernel.chatcompletion -
-
Uses of ChatHistory in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel with type parameters of type ChatHistory Modifier and Type Method Description static <ChatHistoryType extends ChatHistory>
ChatCompletion.Builder<ChatHistoryType>SKBuilders. chatCompletion() -
Uses of ChatHistory in com.microsoft.semantickernel.chatcompletion
Classes in com.microsoft.semantickernel.chatcompletion with type parameters of type ChatHistory Modifier and Type Interface Description interfaceChatCompletion<ChatHistoryType extends ChatHistory>static interfaceChatCompletion.Builder<ChatHistoryType extends ChatHistory>Methods in com.microsoft.semantickernel.chatcompletion with type parameters of type ChatHistory Modifier and Type Method Description static <ChatHistoryType extends ChatHistory,E extends ChatCompletion<ChatHistoryType>>
ChatCompletion.Builder<ChatHistoryType>ChatCompletion. builder()
-