diff --git a/dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgent.cs b/dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgent.cs index 05caff4d83..b7001f9a87 100644 --- a/dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgent.cs +++ b/dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgent.cs @@ -1019,7 +1019,7 @@ private void WarnOnMissingPersistingClient() var loggingAgentName = this.GetLoggingAgentName(); this._logger.LogAgentChatClientMissingPersistingClient( this.Id, - loggingAgentName); + loggingAgentName); // CodeQL [CWE-359] False positive: Agent name is not personal information, but rather just the name of a code component (agent in this case). } }