Implemented interface member:
1 reference to GetStreamingTextContentsAsync
Microsoft.ML.GenAI.LLaMA (1)
LlamaChatCompletionService.cs (1)
50
await foreach (var reply in _textGenerationService.
GetStreamingTextContentsAsync
(prompt, executionSettings, kernel, cancellationToken))