2 references to SanitizeAuthorName
Microsoft.Extensions.AI.OpenAI (2)
OpenAIChatClient.cs (2)
168
string? name =
SanitizeAuthorName
(input.AuthorName);
247
message.ParticipantName =
SanitizeAuthorName
(input.AuthorName);