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