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