Share via


FlowStatusProvider Class

Definition

Default flow status provider implemented on top of IMemoryStore

public sealed class FlowStatusProvider : Microsoft.SemanticKernel.Experimental.Orchestration.Abstractions.IFlowStatusProvider
type FlowStatusProvider = class
    interface IFlowStatusProvider
Public NotInheritable Class FlowStatusProvider
Implements IFlowStatusProvider
Inheritance
FlowStatusProvider
Implements

Methods

ConnectAsync(IMemoryStore, String)

Initializes a new instance of the FlowStatusProvider class.

GetChatHistoryAsync(String, String)

Get the chat history for current execution session.

GetExecutionStateAsync(String)

Get the state of current execution session.

GetReActStepsAsync(String, String)

Get the ReAct history for current execution FlowStep.

SaveChatHistoryAsync(String, String, ChatHistory)

Save the chat history for current execution session.

SaveExecutionStateAsync(String, ExecutionState)

Save the state for current execution session.

SaveReActStepsAsync(String, String, List<ReActStep>)

Save the ReAct history for current execution step to Microsoft.SemanticKernel.Memory.

Applies to