1 write to _authorName
Microsoft.Extensions.AI.Abstractions (1)
ChatCompletion\StreamingChatCompletionUpdate.cs (1)
32set => _authorName = string.IsNullOrWhiteSpace(value) ? null : value;
1 reference to _authorName
Microsoft.Extensions.AI.Abstractions (1)
ChatCompletion\StreamingChatCompletionUpdate.cs (1)
31get => _authorName;