minor change

This commit is contained in:
Jicheng Lu 2025-10-15 19:52:58 -05:00
parent 3ff5cd4233
commit 20da9632cc

View file

@ -184,7 +184,7 @@ public partial class InstructService
if (codeProcessor == null) if (codeProcessor == null)
{ {
#if DEBUG #if DEBUG
_logger.LogWarning($"No code interpreter found. (Agent: {agent.Id}, Code interpreter: {codeProvider})"); _logger.LogWarning($"No code processor found. (Agent: {agent.Id}, Code processor: {codeProvider})");
#endif #endif
return response; return response;
} }