refactor(PluginsClient.js): remove initial thinking agentAction to make plugin use appear smarter and more seamless. (#729)

This commit is contained in:
Danny Avila 2023-07-30 13:10:46 -04:00 committed by GitHub
parent da60d77a14
commit 41ed33e792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {