1 reference to PotentiallyJsonRegex
Microsoft.Extensions.AI.Abstractions (1)
Functions\AIFunctionFactory.cs (1)
1049private static bool IsPotentiallyJson(string value) => PotentiallyJsonRegex().IsMatch(value);