3 instantiations of OtelToolCallResponsePart
Microsoft.Extensions.AI (3)
Common\OtelMessageSerializer.cs (1)
87
m.Parts.Add(new
OtelToolCallResponsePart
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.OtelToolCallResponsePart.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
(),
Realtime\OpenTelemetryRealtimeClientSession.cs (1)
549
message.Parts.Add(new
OtelToolCallResponsePart
24 references to OtelToolCallResponsePart
Microsoft.Extensions.AI (24)
Common\OtelContext.cs (1)
24
[JsonSerializable(typeof(
OtelToolCallResponsePart
))]
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.GetJsonTypeInfo.g.cs (1)
114
if (type == typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
))
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.OtelToolCallResponsePart.g.cs (22)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
>? _OtelToolCallResponsePart;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
> OtelToolCallResponsePart
22
get => _OtelToolCallResponsePart ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
> Create_OtelToolCallResponsePart(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
).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.
OtelToolCallResponsePart
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
),
58
Getter = static obj => ((global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
)obj).Type,
59
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
)obj).Type = value!,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
),
80
Getter = static obj => ((global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
)obj).Id,
81
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
)obj).Id = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
),
100
Getter = static obj => ((global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
)obj).Response,
101
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
)obj).Response = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.
OtelToolCallResponsePart
).GetProperty("Response", InstanceMemberBindingFlags, null, typeof(object), global::System.Array.Empty<global::System.Type>(), null),