1 write to _systemPrompt
Microsoft.Extensions.DataIngestion (1)
Processors\SentimentEnricher.cs (1)
40
_systemPrompt
= new(ChatRole.System, prompt);
1 reference to _systemPrompt
Microsoft.Extensions.DataIngestion (1)
Processors\SentimentEnricher.cs (1)
51
=> Batching.ProcessAsync<string>(chunks, _options, MetadataKey,
_systemPrompt
, _logger, cancellationToken);