ConversationSplitters.LastTurn Property

Definition

Split at the last user message. Everything up to and including that message is the query; everything after is the response. This is the default strategy.

public static Microsoft.Agents.AI.IConversationSplitter LastTurn { get; }
static member LastTurn : Microsoft.Agents.AI.IConversationSplitter
Public Shared ReadOnly Property LastTurn As IConversationSplitter

Property Value

Applies to