Partager via


IFlowStatusProvider Interface

Definition

The flow status provider interface.

public interface IFlowStatusProvider
type IFlowStatusProvider = interface
Public Interface IFlowStatusProvider
Derived

Methods

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