IFlowStatusProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |