1 instantiation of LlamaCausalLMAgent
Microsoft.ML.GenAI.Samples (1)
Llama\LlamaSample.cs (1)
41
var agent = new
LlamaCausalLMAgent
(pipeline, "assistant")
1 reference to LlamaCausalLMAgent
Microsoft.ML.GenAI.LLaMA (1)
LlamaCausalLMAgent.cs (1)
20
/// Create a new instance of <see cref="
LlamaCausalLMAgent
"/>.