25 instantiations of CodeInterpreterToolCallContent
Microsoft.Extensions.AI.Abstractions (2)
Microsoft.Extensions.AI.Abstractions.Tests (9)
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Microsoft.Extensions.AI.OpenAI (3)
Microsoft.Extensions.AI.OpenAI.Tests (1)
Microsoft.Extensions.AI.Stabilization.Tests (5)
Microsoft.Extensions.AI.Tests (3)
128 references to CodeInterpreterToolCallContent
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Abstractions (22)
Generated\361d1da7f942c932\JsonContext.CodeInterpreterToolCallContent.g.cs (14)
15private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>? _CodeInterpreterToolCallContent;
21public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> CodeInterpreterToolCallContent
24get => _CodeInterpreterToolCallContent ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent));
27private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> Create_CodeInterpreterToolCallContent(global::System.Text.Json.JsonSerializerOptions options)
29if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> jsonTypeInfo))
31var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>
37ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string)}, modifiers: null),
41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, objectInfo);
58DeclaringType = typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent),
60Getter = static obj => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs,
61Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs = value!,
68AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetProperty("Inputs", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IList<global::Microsoft.Extensions.AI.AIContent>), global::System.Array.Empty<global::System.Type>(), null),
Microsoft.Extensions.AI.Abstractions.Tests (23)
Generated\361d1da7f942c932\TestJsonSerializerContext.CodeInterpreterToolCallContent.g.cs (14)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>? _CodeInterpreterToolCallContent;
19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> CodeInterpreterToolCallContent
22get => _CodeInterpreterToolCallContent ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent));
25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> Create_CodeInterpreterToolCallContent(global::System.Text.Json.JsonSerializerOptions options)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> jsonTypeInfo))
29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>
35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string)}, modifiers: null),
39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, objectInfo);
56DeclaringType = typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent),
58Getter = static obj => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs,
59Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs = value!,
66AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetProperty("Inputs", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IList<global::Microsoft.Extensions.AI.AIContent>), global::System.Array.Empty<global::System.Type>(), null),
Microsoft.Extensions.AI.Evaluation.Reporting (15)
Generated\361d1da7f942c932\JsonContext.CodeInterpreterToolCallContent.g.cs (14)
15private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>? _CodeInterpreterToolCallContent;
21public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> CodeInterpreterToolCallContent
24get => _CodeInterpreterToolCallContent ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent));
27private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> Create_CodeInterpreterToolCallContent(global::System.Text.Json.JsonSerializerOptions options)
29if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> jsonTypeInfo))
31var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>
37ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string)}, modifiers: null),
41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, objectInfo);
58DeclaringType = typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent),
60Getter = static obj => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs,
61Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs = value!,
68AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetProperty("Inputs", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IList<global::Microsoft.Extensions.AI.AIContent>), global::System.Array.Empty<global::System.Type>(), null),
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (15)
Generated\361d1da7f942c932\JsonContext.CodeInterpreterToolCallContent.g.cs (14)
15private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>? _CodeInterpreterToolCallContent;
21public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> CodeInterpreterToolCallContent
24get => _CodeInterpreterToolCallContent ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent));
27private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> Create_CodeInterpreterToolCallContent(global::System.Text.Json.JsonSerializerOptions options)
29if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> jsonTypeInfo))
31var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>
37ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string)}, modifiers: null),
41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, objectInfo);
58DeclaringType = typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent),
60Getter = static obj => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs,
61Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs = value!,
68AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetProperty("Inputs", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IList<global::Microsoft.Extensions.AI.AIContent>), global::System.Array.Empty<global::System.Type>(), null),
Microsoft.Extensions.AI.OpenAI (1)
Microsoft.Extensions.AI.OpenAI.Tests (13)
Microsoft.Extensions.AI.Stabilization.Tests (23)
Generated\361d1da7f942c932\AIContentSerializationRegressionContext.CodeInterpreterToolCallContent.g.cs (14)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>? _CodeInterpreterToolCallContent;
19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> CodeInterpreterToolCallContent
22get => _CodeInterpreterToolCallContent ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent));
25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> Create_CodeInterpreterToolCallContent(global::System.Text.Json.JsonSerializerOptions options)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> jsonTypeInfo))
29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>
35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string)}, modifiers: null),
39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, objectInfo);
56DeclaringType = typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent),
58Getter = static obj => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs,
59Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs = value!,
66AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetProperty("Inputs", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IList<global::Microsoft.Extensions.AI.AIContent>), global::System.Array.Empty<global::System.Type>(), null),
Microsoft.Extensions.AI.Tests (15)
Generated\361d1da7f942c932\TestJsonSerializerContext.CodeInterpreterToolCallContent.g.cs (14)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>? _CodeInterpreterToolCallContent;
19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> CodeInterpreterToolCallContent
22get => _CodeInterpreterToolCallContent ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent));
25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> Create_CodeInterpreterToolCallContent(global::System.Text.Json.JsonSerializerOptions options)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent> jsonTypeInfo))
29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>
35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string)}, modifiers: null),
39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent>(options, objectInfo);
56DeclaringType = typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent),
58Getter = static obj => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs,
59Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent)obj).Inputs = value!,
66AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.CodeInterpreterToolCallContent).GetProperty("Inputs", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IList<global::Microsoft.Extensions.AI.AIContent>), global::System.Array.Empty<global::System.Type>(), null),