1 write to _systemPrompt
Microsoft.Extensions.DataIngestion (1)
Processors\SummaryEnricher.cs (1)
38
_systemPrompt
= new(ChatRole.System, $"Write a summary text for this text with no more than {wordCount} words. Return just the summary.");
1 reference to _systemPrompt
Microsoft.Extensions.DataIngestion (1)
Processors\SummaryEnricher.cs (1)
56
_systemPrompt
,