2 instantiations of RealtimeOtelToolCallPart
Microsoft.Extensions.AI (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.RealtimeOtelToolCallPart.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
(),
Realtime\OpenTelemetryRealtimeClientSession.cs (1)
540
message.Parts.Add(new
RealtimeOtelToolCallPart
33 references to RealtimeOtelToolCallPart
Microsoft.Extensions.AI (33)
Common\OtelContext.cs (1)
42
[JsonSerializable(typeof(
RealtimeOtelToolCallPart
))]
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.GetJsonTypeInfo.g.cs (1)
126
if (type == typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
))
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.RealtimeOtelToolCallPart.g.cs (31)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
>? _RealtimeOtelToolCallPart;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
> RealtimeOtelToolCallPart
22
get => _RealtimeOtelToolCallPart ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
> Create_RealtimeOtelToolCallPart(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
),
58
Getter = static obj => ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)obj).Type,
59
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)obj).Type = value!,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
),
80
Getter = static obj => ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)obj).Id,
81
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)obj).Id = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
),
100
Getter = static obj => ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)obj).Name,
101
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)obj).Name = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
),
120
Getter = static obj => ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)obj).Arguments,
121
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)obj).Arguments = value!,
128
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
).GetProperty("Arguments", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IDictionary<string, object>), global::System.Array.Empty<global::System.Type>(), null),
138
private void RealtimeOtelToolCallPartSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
? value)
148
string __value_Type = ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)value).Type;
153
string __value_Id = ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)value).Id;
158
string __value_Name = ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)value).Name;
163
global::System.Collections.Generic.IDictionary<string, object> __value_Arguments = ((global::Microsoft.Extensions.AI.
RealtimeOtelToolCallPart
)value).Arguments;