1 reference to PotentiallyJsonRegexString
Microsoft.Extensions.AI.Abstractions (1)
Functions\AIFunctionFactory.cs (1)
1055
private static readonly Regex _potentiallyJsonRegex = new(
PotentiallyJsonRegexString
, RegexOptions.IgnorePatternWhitespace | RegexOptions.Compiled);