8 references to AddAIContentType
Microsoft.Extensions.AI.Abstractions (8)
Utilities\AIJsonUtilities.cs (2)
39
AddAIContentType
(options, typeof(TContent), typeDiscriminatorId, checkBuiltIn: true);
62
AddAIContentType
(options, contentType, typeDiscriminatorId, checkBuiltIn: true);
Utilities\AIJsonUtilities.Defaults.cs (6)
54
AddAIContentType
(options, typeof(FunctionApprovalRequestContent), typeDiscriminatorId: "functionApprovalRequest", checkBuiltIn: false);
55
AddAIContentType
(options, typeof(FunctionApprovalResponseContent), typeDiscriminatorId: "functionApprovalResponse", checkBuiltIn: false);
56
AddAIContentType
(options, typeof(McpServerToolCallContent), typeDiscriminatorId: "mcpServerToolCall", checkBuiltIn: false);
57
AddAIContentType
(options, typeof(McpServerToolResultContent), typeDiscriminatorId: "mcpServerToolResult", checkBuiltIn: false);
58
AddAIContentType
(options, typeof(McpServerToolApprovalRequestContent), typeDiscriminatorId: "mcpServerToolApprovalRequest", checkBuiltIn: false);
59
AddAIContentType
(options, typeof(McpServerToolApprovalResponseContent), typeDiscriminatorId: "mcpServerToolApprovalResponse", checkBuiltIn: false);