2 references to LlamaCausalLMAgent
Microsoft.ML.GenAI.Samples (2)
Llama\LlamaSample.cs (1)
41var agent = new LlamaCausalLMAgent(pipeline, "assistant")
Llama\SFT_Llama_3_2_1B.cs (1)
68var agent = new LlamaCausalLMAgent(llamaPipeline, "assistant", systemMessage: "You are a helpful contoso assistant")