1 write to _systemMessage
Microsoft.ML.GenAI.Mistral (1)
MistralCausalLMAgent.cs (1)
38
this.
_systemMessage
= systemMessage;
4 references to _systemMessage
Microsoft.ML.GenAI.Mistral (4)
MistralCausalLMAgent.cs (4)
46
if (
_systemMessage
!= null)
48
var systemMessage = new TextMessage(Role.System,
_systemMessage
, from: this.Name);
79
if (
_systemMessage
!= null)
81
var systemMessage = new TextMessage(Role.System,
_systemMessage
, from: this.Name);