2 writes to SerializerOptions
Microsoft.Extensions.AI (2)
Functions\AIFunctionFactory.cs (2)
76
SerializerOptions
= serializerOptions,
143
SerializerOptions
= serializerOptions,
6 references to SerializerOptions
Microsoft.Extensions.AI (5)
Functions\AIFunctionFactory.cs (5)
35
/// <see cref="AIFunctionFactoryOptions.
SerializerOptions
"/>. Arguments that are not already of the expected type are
37
/// <see cref="AIFunctionFactoryOptions.
SerializerOptions
"/>. If the argument is a <see cref="JsonElement"/>,
96
/// <see cref="AIFunctionFactoryOptions.
SerializerOptions
"/>. Arguments that are not already of the expected type are
98
/// <see cref="AIFunctionFactoryOptions.
SerializerOptions
"/>. If the argument is a <see cref="JsonElement"/>,
232
JsonSerializerOptions serializerOptions = options.
SerializerOptions
?? AIJsonUtilities.DefaultOptions;
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
172
Assert.Null(options.
SerializerOptions
);