IConversationSplitter 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.
Strategy for splitting a conversation into query and response halves for evaluation.
public interface IConversationSplitter
type IConversationSplitter = interface
Public Interface IConversationSplitter
Remarks
Use one of the built-in splitters from ConversationSplitters or implement your own for domain-specific splitting logic (e.g., splitting before a memory-retrieval tool call to evaluate recall quality).
Methods
| Name | Description |
|---|---|
| Split(IReadOnlyList<ChatMessage>) |
Splits a conversation into query messages and response messages. |