4 writes to BindParameter
Microsoft.Extensions.AI.Tests (4)
Functions\AIFunctionFactoryTest.cs (4)
591BindParameter = (p, a) => 637ConfigureParameterBinding = p => new() { BindParameter = (p, a) => sp2 }, 654ConfigureParameterBinding = p => new() { BindParameter = (p, a) => args2 }, 944BindParameter = (p, a) =>
3 references to BindParameter
Microsoft.Extensions.AI.Abstractions (3)
Functions\AIFunctionFactory.cs (1)
779if (bindingOptions.BindParameter is { } bindParameter)
Functions\AIFunctionFactoryOptions.cs (2)
145/// Typically, this property is set to <see langword="true"/> if and only if <see cref="BindParameter"/> is also set to 146/// non-<see langword="null"/>. While it's possible to exclude the schema when <see cref="BindParameter"/> is <see langword="null"/>,