Property StreamToolCalls
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
StreamToolCalls
Gets or sets a value indicating whether to stream tool calls.
When true and StreamHandler is set, tool invocations
are streamed as tokens. Default is true.
public bool StreamToolCalls { get; set; }