1 write to _systemPrompt
Microsoft.Extensions.DataIngestion (1)
Processors\SummaryEnricher.cs (1)
35
_systemPrompt
= new(ChatRole.System, $"For each of the following texts, write a summary text with no more than {wordCount} words.");
1 reference to _systemPrompt
Microsoft.Extensions.DataIngestion (1)
Processors\SummaryEnricher.cs (1)
46
=> Batching.ProcessAsync<string>(chunks, _options, MetadataKey,
_systemPrompt
, _logger, cancellationToken);