2 references to IsValidCreatedAt
Microsoft.Extensions.AI.Abstractions (2)
ChatCompletion\ChatResponseExtensions.cs (2)
575if (message.CreatedAt is null && IsValidCreatedAt(update.CreatedAt)) 649if (response.CreatedAt is null && IsValidCreatedAt(update.CreatedAt))