EvalItem.Splitter 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.
Gets or sets the conversation splitter for this item.
public Microsoft.Agents.AI.IConversationSplitter? Splitter { get; set; }
member this.Splitter : Microsoft.Agents.AI.IConversationSplitter with get, set
Public Property Splitter As IConversationSplitter
Property Value
Remarks
When set by orchestration functions (e.g. EvaluateAsync(splitter: ...)), this is used as the default by Split(IConversationSplitter). Priority: explicit Split(splitter) argument > Splitter > LastTurn.