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