6 writes to BindParameter
Microsoft.Extensions.AI.Tests (6)
Functions\AIFunctionFactoryTest.cs (6)
572BindParameter = (_, _) => service,
902BindParameter = (p, a) =>
948ConfigureParameterBinding = p => new() { BindParameter = (p, a) => sp2 },
965ConfigureParameterBinding = p => new() { BindParameter = (p, a) => args2 },
1399BindParameter = (p, a) =>
1804BindParameter = (_, args) => args["aliasedKey"],
4 references to BindParameter
Microsoft.Extensions.AI.Abstractions (4)