1 instantiation of LlamaCausalLMAgent
Microsoft.ML.GenAI.Samples (1)
Llama\LLaMA3_1.cs (1)
42var 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"/>.