From 41ed33e792a193d625f38684db53455df8196eaf Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Sun, 30 Jul 2023 13:10:46 -0400 Subject: [PATCH] refactor(PluginsClient.js): remove initial thinking agentAction to make plugin use appear smarter and more seamless. (#729) --- api/app/clients/PluginsClient.js | 9 --------- 1 file changed, 9 deletions(-) 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) {