-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathAIFunctionFactoryOptions.xml
More file actions
351 lines (351 loc) · 25.2 KB
/
Copy pathAIFunctionFactoryOptions.xml
File metadata and controls
351 lines (351 loc) · 25.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<Type Name="AIFunctionFactoryOptions" FullName="Microsoft.Extensions.AI.AIFunctionFactoryOptions">
<TypeSignature Language="C#" Value="public sealed class AIFunctionFactoryOptions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit AIFunctionFactoryOptions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Extensions.AI.AIFunctionFactoryOptions" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class AIFunctionFactoryOptions" />
<TypeSignature Language="F#" Value="type AIFunctionFactoryOptions = class" />
<TypeSignature Language="C++ CLI" Value="public ref class AIFunctionFactoryOptions sealed" />
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.3.0.0</AssemblyVersion>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
<AssemblyVersion>9.5.0.0</AssemblyVersion>
<AssemblyVersion>9.6.0.0</AssemblyVersion>
<AssemblyVersion>9.7.0.0</AssemblyVersion>
<AssemblyVersion>9.9.0.0</AssemblyVersion>
<AssemblyVersion>9.10.0.0</AssemblyVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<AssemblyVersion>10.3.0.0</AssemblyVersion>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute FrameworkAlternate="net-10.0-pp;net-11.0-pp;net-8.0-pp;net-9.0-pp">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(0)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Represents options that can be provided when creating an <see cref="T:Microsoft.Extensions.AI.AIFunction" /> from a method.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AIFunctionFactoryOptions ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Extensions.AI.AIFunctionFactoryOptions.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:
 AIFunctionFactoryOptions();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Extensions.AI.AIFunctionFactoryOptions" /> class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AdditionalProperties">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IReadOnlyDictionary<string,object?>? AdditionalProperties { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IReadOnlyDictionary`2<string, object> AdditionalProperties" />
<MemberSignature Language="DocId" Value="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.AdditionalProperties" />
<MemberSignature Language="VB.NET" Value="Public Property AdditionalProperties As IReadOnlyDictionary(Of String, Object)" />
<MemberSignature Language="F#" Value="member this.AdditionalProperties : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set" Usage="Microsoft.Extensions.AI.AIFunctionFactoryOptions.AdditionalProperties" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ AdditionalProperties { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="net-10.0-pp;net-11.0-pp;net-8.0-pp;net-9.0-pp">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 2 })]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 2 })>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets additional values to store on the resulting <see cref="P:Microsoft.Extensions.AI.AITool.AdditionalProperties" /> property.
</summary>
<value>To be added.</value>
<remarks>
This property can be used to provide arbitrary information about the function.
</remarks>
</Docs>
</Member>
<Member MemberName="ConfigureParameterBinding">
<MemberSignature Language="C#" Value="public Func<System.Reflection.ParameterInfo,Microsoft.Extensions.AI.AIFunctionFactoryOptions.ParameterBindingOptions>? ConfigureParameterBinding { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Func`2<class System.Reflection.ParameterInfo, valuetype Microsoft.Extensions.AI.AIFunctionFactoryOptions/ParameterBindingOptions> ConfigureParameterBinding" />
<MemberSignature Language="DocId" Value="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.ConfigureParameterBinding" />
<MemberSignature Language="VB.NET" Value="Public Property ConfigureParameterBinding As Func(Of ParameterInfo, AIFunctionFactoryOptions.ParameterBindingOptions)" />
<MemberSignature Language="F#" Value="member this.ConfigureParameterBinding : Func<System.Reflection.ParameterInfo, Microsoft.Extensions.AI.AIFunctionFactoryOptions.ParameterBindingOptions> with get, set" Usage="Microsoft.Extensions.AI.AIFunctionFactoryOptions.ConfigureParameterBinding" />
<MemberSignature Language="C++ CLI" Value="public:
 property Func<System::Reflection::ParameterInfo ^, Microsoft::Extensions::AI::AIFunctionFactoryOptions::ParameterBindingOptions> ^ ConfigureParameterBinding { Func<System::Reflection::ParameterInfo ^, Microsoft::Extensions::AI::AIFunctionFactoryOptions::ParameterBindingOptions> ^ get(); void set(Func<System::Reflection::ParameterInfo ^, Microsoft::Extensions::AI::AIFunctionFactoryOptions::ParameterBindingOptions> ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="net-10.0-pp;net-11.0-pp;net-8.0-pp;net-9.0-pp">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Func<System.Reflection.ParameterInfo,Microsoft.Extensions.AI.AIFunctionFactoryOptions+ParameterBindingOptions></ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets a delegate used to determine how a particular parameter to the function should be bound.</summary>
<value>To be added.</value>
<remarks>
<para>
If <see langword="null" />, the default parameter binding logic will be used. If non-<see langword="null" /> value,
this delegate will be invoked once for each parameter in the function as part of creating the <see cref="T:Microsoft.Extensions.AI.AIFunction" /> instance.
It is not invoked for parameters of type <see cref="T:System.Threading.CancellationToken" />, which are invariably bound to the token
provided to the <see cref="M:Microsoft.Extensions.AI.AIFunction.InvokeAsync(Microsoft.Extensions.AI.AIFunctionArguments,System.Threading.CancellationToken)" /> invocation.
</para>
<para>
Returning a default <see cref="T:Microsoft.Extensions.AI.AIFunctionFactoryOptions.ParameterBindingOptions" /> results in the same behavior as if
<see cref="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.ConfigureParameterBinding" /> is <see langword="null" />.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Description">
<MemberSignature Language="C#" Value="public string? Description { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Description" />
<MemberSignature Language="DocId" Value="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.Description" />
<MemberSignature Language="VB.NET" Value="Public Property Description As String" />
<MemberSignature Language="F#" Value="member this.Description : string with get, set" Usage="Microsoft.Extensions.AI.AIFunctionFactoryOptions.Description" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the description to use for the function.</summary>
<value>
The description for the function. The default value is a description derived from the passed <see cref="T:System.Delegate" /> or <see cref="T:System.Reflection.MethodInfo" />, if possible
(for example, via a <see cref="T:System.ComponentModel.DescriptionAttribute" /> on the method).
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExcludeResultSchema">
<MemberSignature Language="C#" Value="public bool ExcludeResultSchema { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool ExcludeResultSchema" />
<MemberSignature Language="DocId" Value="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.ExcludeResultSchema" />
<MemberSignature Language="VB.NET" Value="Public Property ExcludeResultSchema As Boolean" />
<MemberSignature Language="F#" Value="member this.ExcludeResultSchema : bool with get, set" Usage="Microsoft.Extensions.AI.AIFunctionFactoryOptions.ExcludeResultSchema" />
<MemberSignature Language="C++ CLI" Value="public:
 property bool ExcludeResultSchema { bool get(); void set(bool value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a value indicating whether to exclude generation of a JSON schema for the function's return type.
</summary>
<value>To be added.</value>
<remarks>
<para>
The default value is <see langword="false" />, meaning a return type schema will be generated and exposed
via <see cref="P:Microsoft.Extensions.AI.AIFunctionDeclaration.ReturnJsonSchema" /> when the method has a return type other than
<see cref="T:System.Void" />, <see cref="T:System.Threading.Tasks.Task" />, or <see cref="T:System.Threading.Tasks.ValueTask" />.
</para>
<para>
When set to <see langword="true" />, the produced <see cref="P:Microsoft.Extensions.AI.AIFunctionDeclaration.ReturnJsonSchema" /> will always be <see langword="null" />.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="JsonSchemaCreateOptions">
<MemberSignature Language="C#" Value="public Microsoft.Extensions.AI.AIJsonSchemaCreateOptions? JsonSchemaCreateOptions { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Extensions.AI.AIJsonSchemaCreateOptions JsonSchemaCreateOptions" />
<MemberSignature Language="DocId" Value="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.JsonSchemaCreateOptions" />
<MemberSignature Language="VB.NET" Value="Public Property JsonSchemaCreateOptions As AIJsonSchemaCreateOptions" />
<MemberSignature Language="F#" Value="member this.JsonSchemaCreateOptions : Microsoft.Extensions.AI.AIJsonSchemaCreateOptions with get, set" Usage="Microsoft.Extensions.AI.AIFunctionFactoryOptions.JsonSchemaCreateOptions" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Extensions::AI::AIJsonSchemaCreateOptions ^ JsonSchemaCreateOptions { Microsoft::Extensions::AI::AIJsonSchemaCreateOptions ^ get(); void set(Microsoft::Extensions::AI::AIJsonSchemaCreateOptions ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Extensions.AI.AIJsonSchemaCreateOptions</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the <see cref="T:Microsoft.Extensions.AI.AIJsonSchemaCreateOptions" /> governing the generation of JSON schemas for
the function's input parameters and return type.
</summary>
<value>To be added.</value>
<remarks>
If no value has been specified, the <see cref="P:Microsoft.Extensions.AI.AIJsonSchemaCreateOptions.Default" /> instance will be used.
This setting affects both the <see cref="P:Microsoft.Extensions.AI.AIFunctionDeclaration.JsonSchema" /> (input parameters) and
the <see cref="P:Microsoft.Extensions.AI.AIFunctionDeclaration.ReturnJsonSchema" /> (return type).
</remarks>
</Docs>
</Member>
<Member MemberName="MarshalResult">
<MemberSignature Language="C#" Value="public Func<object?,Type?,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<object?>>? MarshalResult { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Func`4<object, class System.Type, valuetype System.Threading.CancellationToken, valuetype System.Threading.Tasks.ValueTask`1<object>> MarshalResult" />
<MemberSignature Language="DocId" Value="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.MarshalResult" />
<MemberSignature Language="VB.NET" Value="Public Property MarshalResult As Func(Of Object, Type, CancellationToken, ValueTask(Of Object))" />
<MemberSignature Language="F#" Value="member this.MarshalResult : Func<obj, Type, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<obj>> with get, set" Usage="Microsoft.Extensions.AI.AIFunctionFactoryOptions.MarshalResult" />
<MemberSignature Language="C++ CLI" Value="public:
 property Func<System::Object ^, Type ^, System::Threading::CancellationToken, System::Threading::Tasks::ValueTask<System::Object ^>> ^ MarshalResult { Func<System::Object ^, Type ^, System::Threading::CancellationToken, System::Threading::Tasks::ValueTask<System::Object ^>> ^ get(); void set(Func<System::Object ^, Type ^, System::Threading::CancellationToken, System::Threading::Tasks::ValueTask<System::Object ^>> ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="net-10.0-pp;net-11.0-pp;net-8.0-pp;net-9.0-pp">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 2, 2, 0, 2 })]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 2, 2, 0, 2 })>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Func<System.Object,System.Type,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<System.Object>></ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets a delegate used to determine the <see cref="T:System.Object" /> returned by <see cref="M:Microsoft.Extensions.AI.AIFunction.InvokeAsync(Microsoft.Extensions.AI.AIFunctionArguments,System.Threading.CancellationToken)" />.</summary>
<value>To be added.</value>
<remarks>
<para>
By default, the return value of invoking the method wrapped into an <see cref="T:Microsoft.Extensions.AI.AIFunction" /> by <see cref="T:Microsoft.Extensions.AI.AIFunctionFactory" />
is then JSON serialized, with the resulting <see cref="T:System.Text.Json.JsonElement" /> returned from the <see cref="M:Microsoft.Extensions.AI.AIFunction.InvokeAsync(Microsoft.Extensions.AI.AIFunctionArguments,System.Threading.CancellationToken)" /> method.
This default behavior is ideal for the common case where the result will be passed back to an AI service. However, if the caller
requires more control over the result's marshaling, the <see cref="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.MarshalResult" /> property may be set to a delegate that is
then provided with complete control over the result's marshaling. The delegate is invoked with the value returned by the method,
and its return value is then returned from the <see cref="M:Microsoft.Extensions.AI.AIFunction.InvokeAsync(Microsoft.Extensions.AI.AIFunctionArguments,System.Threading.CancellationToken)" /> method.
</para>
<para>
When set, the delegate is invoked even for <see langword="void" />-returning methods, in which case it is invoked with
a <see langword="null" /> argument. By default, <see langword="null" /> is returned from the <see cref="M:Microsoft.Extensions.AI.AIFunction.InvokeAsync(Microsoft.Extensions.AI.AIFunctionArguments,System.Threading.CancellationToken)" />
method for <see cref="T:Microsoft.Extensions.AI.AIFunction" /> instances produced by <see cref="T:Microsoft.Extensions.AI.AIFunctionFactory" /> to wrap
<see langword="void" />-returning methods).
</para>
<para>
Methods strongly typed to return types of <see cref="T:System.Threading.Tasks.Task" />, <see cref="T:System.Threading.Tasks.Task`1" />, <see cref="T:System.Threading.Tasks.ValueTask" />,
and <see cref="T:System.Threading.Tasks.ValueTask`1" /> are special-cased. For methods typed to return <see cref="T:System.Threading.Tasks.Task" /> or <see cref="T:System.Threading.Tasks.ValueTask" />,
<see cref="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.MarshalResult" /> will be invoked with the <see langword="null" /> value after the returned task has successfully completed.
For methods typed to return <see cref="T:System.Threading.Tasks.Task`1" /> or <see cref="T:System.Threading.Tasks.ValueTask`1" />, the delegate will be invoked with the
task's result value after the task has successfully completed.These behaviors keep synchronous and asynchronous methods consistent.
</para>
<para>
In addition to the returned value, which is provided to the delegate as the first argument, the delegate is also provided with
a <see cref="T:System.Type" /> represented the declared return type of the method. This can be used to determine how to marshal the result.
This may be different than the actual type of the object (<see cref="M:System.Object.GetType" />) if the method returns a derived type
or <see langword="null" />. If the method is typed to return <see cref="T:System.Threading.Tasks.Task" />, <see cref="T:System.Threading.Tasks.ValueTask" />, or <see langword="void" />,
the <see cref="T:System.Type" /> argument will be <see langword="null" />.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public string? Name { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.Name" />
<MemberSignature Language="VB.NET" Value="Public Property Name As String" />
<MemberSignature Language="F#" Value="member this.Name : string with get, set" Usage="Microsoft.Extensions.AI.AIFunctionFactoryOptions.Name" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the name to use for the function.</summary>
<value>
The name to use for the function. The default value is a name derived from the passed <see cref="T:System.Delegate" /> or <see cref="T:System.Reflection.MethodInfo" /> (for example, via a <see cref="T:System.ComponentModel.DisplayNameAttribute" /> on the method).
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SerializerOptions">
<MemberSignature Language="C#" Value="public System.Text.Json.JsonSerializerOptions? SerializerOptions { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Text.Json.JsonSerializerOptions SerializerOptions" />
<MemberSignature Language="DocId" Value="P:Microsoft.Extensions.AI.AIFunctionFactoryOptions.SerializerOptions" />
<MemberSignature Language="VB.NET" Value="Public Property SerializerOptions As JsonSerializerOptions" />
<MemberSignature Language="F#" Value="member this.SerializerOptions : System.Text.Json.JsonSerializerOptions with get, set" Usage="Microsoft.Extensions.AI.AIFunctionFactoryOptions.SerializerOptions" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Text::Json::JsonSerializerOptions ^ SerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); void set(System::Text::Json::JsonSerializerOptions ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI</AssemblyName>
<AssemblyVersion>9.4.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Extensions.AI.Abstractions</AssemblyName>
<AssemblyVersion>10.4.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Text.Json.JsonSerializerOptions</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the <see cref="T:System.Text.Json.JsonSerializerOptions" /> used to marshal .NET values being passed to the underlying delegate.</summary>
<value>To be added.</value>
<remarks>
If no value has been specified, the <see cref="P:Microsoft.Extensions.AI.AIJsonUtilities.DefaultOptions" /> instance will be used.
</remarks>
</Docs>
</Member>
</Members>
</Type>