Property SamplingMode
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
SamplingMode
Gets or sets the token sampling strategy applied to every agent execution within this orchestration.
When set, this value is propagated to the AgentExecutionOptions
created for each agent invocation. Set to null (default) to use each
agent's model default.
public TokenSampling SamplingMode { get; set; }