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