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