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