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