Implemented interface member:
1 write to Name
Microsoft.ML.GenAI.LLaMA (1)
LlamaCausalLMAgent.cs (1)
32this.Name = name;
4 references to Name
Microsoft.ML.GenAI.LLaMA (4)
LlamaCausalLMAgent.cs (4)
44var systemMessage = new TextMessage(Role.System, _systemMessage, from: this.Name); 59return Task.FromResult<IMessage>(new TextMessage(Role.Assistant, output, from: this.Name)); 71var systemMessage = new TextMessage(Role.System, _systemMessage, from: this.Name); 86yield return new TextMessageUpdate(Role.Assistant, output, from: this.Name);