We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff5cd4 commit 20da963Copy full SHA for 20da963
src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs
@@ -184,7 +184,7 @@ await hook.OnResponseGenerated(new InstructResponseModel
184
if (codeProcessor == null)
185
{
186
#if DEBUG
187
- _logger.LogWarning($"No code interpreter found. (Agent: {agent.Id}, Code interpreter: {codeProvider})");
+ _logger.LogWarning($"No code processor found. (Agent: {agent.Id}, Code processor: {codeProvider})");
188
#endif
189
return response;
190
}
0 commit comments