Class ChatHistoryVariableContextVariableTypeConverter
- java.lang.Object
-
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter<ChatHistory>
-
- com.microsoft.semantickernel.contextvariables.converters.ChatHistoryVariableContextVariableTypeConverter
-
public class ChatHistoryVariableContextVariableTypeConverter extends ContextVariableTypeConverter<ChatHistory>
AContextVariableTypeConverterforcom.microsoft.semantickernel.chathistory.ChatHistoryvariables. UseContextVariableTypes.getGlobalVariableTypeForClass(ChatHistory.class)to get an instance of this class.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter
ContextVariableTypeConverter.Builder<T>, ContextVariableTypeConverter.Converter<T,U>, ContextVariableTypeConverter.DefaultConverter<T,U>, ContextVariableTypeConverter.NoopConverter<T>, ContextVariableTypeConverter.ToPromptStringFunction<T>
-
-
Constructor Summary
Constructors Constructor Description ChatHistoryVariableContextVariableTypeConverter()Initializes a new instance of theChatHistoryVariableContextVariableTypeConverterclass.
-
Method Summary
-
Methods inherited from class com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter
builder, escapeXmlString, fromObject, fromPromptString, getType, toObject, toPromptString
-
-
-
-
Constructor Detail
-
ChatHistoryVariableContextVariableTypeConverter
public ChatHistoryVariableContextVariableTypeConverter()
Initializes a new instance of theChatHistoryVariableContextVariableTypeConverterclass.
-
-