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