Constructor AgentStreamToken
AgentStreamToken(string, AgentStreamTokenType, string, int, bool, IReadOnlyDictionary<string, object>)
Initializes a new instance of the AgentStreamToken class.
public AgentStreamToken(string text, AgentStreamTokenType type, string cumulativeText, int index, bool isFinal = false, IReadOnlyDictionary<string, object> metadata = null)
Parameters
textstringtypeAgentStreamTokenTypecumulativeTextstringindexintisFinalboolmetadataIReadOnlyDictionary<string, object>