Share via


FlowStatusProvider.GetChatHistoryAsync(String, String) Method

Definition

Get the chat history for current execution session.

public System.Threading.Tasks.Task<Microsoft.SemanticKernel.ChatCompletion.ChatHistory?> GetChatHistoryAsync (string sessionId, string stepId);
abstract member GetChatHistoryAsync : string * string -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.ChatCompletion.ChatHistory>
override this.GetChatHistoryAsync : string * string -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.ChatCompletion.ChatHistory>
Public Function GetChatHistoryAsync (sessionId As String, stepId As String) As Task(Of ChatHistory)

Parameters

sessionId
String

The session id

stepId
String

The step id

Returns

Implements

Applies to