1 write to Value
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
890
Value
= 42;
3 references to Value
Microsoft.Extensions.AI.Tests (3)
Functions\AIFunctionFactoryTest.cs (3)
815
Assert.NotEqual(new StructWithDefaultCtor().
Value
, default(StructWithDefaultCtor).
Value
);
817
AIFunction f = AIFunctionFactory.Create((Guid g = default, StructWithDefaultCtor s = default) => g.ToString() + "," + s.
Value
.ToString(), serializerOptions: JsonContext.Default.Options);