Constructor OrchestrationStreamToken
- Namespace
- LMKit.Agents.Orchestration.Streaming
- Assembly
- LM-Kit.NET.dll
OrchestrationStreamToken(string, OrchestrationStreamTokenType, string, int, int, string, bool, bool, IReadOnlyDictionary<string, object>)
Initializes a new instance of the OrchestrationStreamToken class.
public OrchestrationStreamToken(string text, OrchestrationStreamTokenType type, string agentName, int step, int tokenIndex, string cumulativeText = null, bool isAgentFinal = false, bool isOrchestrationFinal = false, IReadOnlyDictionary<string, object> metadata = null)