Implemented interface member:
1 reference to GetTextContentsAsync
Microsoft.ML.GenAI.LLaMA (1)
LlamaChatCompletionService.cs (1)
36
var replies = await _textGenerationService.
GetTextContentsAsync
(prompt, executionSettings, kernel, cancellationToken);