diff --git a/api/app/clients/PluginsClient.js b/api/app/clients/PluginsClient.js index f0bf964b2c..680fbfea0d 100644 --- a/api/app/clients/PluginsClient.js +++ b/api/app/clients/PluginsClient.js @@ -270,15 +270,6 @@ Only respond with your conversational reply to the following User Message: if (this.options.debug) { console.debug('Loaded agent.'); } - - onAgentAction( - { - tool: 'self-reflection', - toolInput: `Processing the User's message:\n"${message}"`, - log: '', - }, - true, - ); } async executorCall(message, signal) {