3 references to DeserializeWithErrorHandling
Aspire.Dashboard (3)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (3)
252var instructionParts = DeserializeWithErrorHandling(GenAIHelpers.GenAISystemInstructions, systemInstructions, GenAIMessagesContext.Default.ListMessagePart)!; 313var inputParts = DeserializeWithErrorHandling(description, messages, GenAIMessagesContext.Default.ListChatMessage)!; 481return DeserializeWithErrorHandling($"{type} event content for message #{index}", json, jsonTypeInfo);