ConversationSplitters.LastTurn Property
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.
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