3 references to GenAISystemInstructions
Aspire.Dashboard (1)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
164
var systemInstructions = viewModel.Span.Attributes.GetValue(GenAIHelpers.
GenAISystemInstructions
);
Aspire.Dashboard.Tests (2)
Model\GenAIVisualizerDialogViewModelTests.cs (2)
349
KeyValuePair.Create(GenAIHelpers.
GenAISystemInstructions
, systemInstruction),
472
KeyValuePair.Create(GenAIHelpers.
GenAISystemInstructions
, systemInstruction),