mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
refactor(PluginsClient.js): remove initial thinking agentAction to make plugin use appear smarter and more seamless. (#729)
This commit is contained in:
parent
da60d77a14
commit
41ed33e792
1 changed files with 0 additions and 9 deletions
|
|
@ -270,15 +270,6 @@ Only respond with your conversational reply to the following User Message:
|
||||||
if (this.options.debug) {
|
if (this.options.debug) {
|
||||||
console.debug('Loaded agent.');
|
console.debug('Loaded agent.');
|
||||||
}
|
}
|
||||||
|
|
||||||
onAgentAction(
|
|
||||||
{
|
|
||||||
tool: 'self-reflection',
|
|
||||||
toolInput: `Processing the User's message:\n"${message}"`,
|
|
||||||
log: '',
|
|
||||||
},
|
|
||||||
true,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async executorCall(message, signal) {
|
async executorCall(message, signal) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue