7 references to GenAISystemInstructions
Aspire.Dashboard (2)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (2)
244var systemInstructions = viewModel.Span.Attributes.GetValue(GenAIHelpers.GenAISystemInstructions); 252var instructionParts = DeserializeWithErrorHandling(GenAIHelpers.GenAISystemInstructions, systemInstructions, GenAIMessagesContext.Default.ListMessagePart)!;
Aspire.Dashboard.Components.Tests (1)
Controls\GenAIVisualizerDialogTests.cs (1)
100KeyValuePair.Create(GenAIHelpers.GenAISystemInstructions, systemInstruction),
Aspire.Dashboard.Tests (4)
Model\GenAIVisualizerDialogViewModelTests.cs (4)
525KeyValuePair.Create(GenAIHelpers.GenAISystemInstructions, systemInstruction), 641KeyValuePair.Create(GenAIHelpers.GenAISystemInstructions, systemInstruction), 721KeyValuePair.Create(GenAIHelpers.GenAISystemInstructions, systemInstruction), 1324KeyValuePair.Create(GenAIHelpers.GenAISystemInstructions, systemInstruction),