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