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