diff options
author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-08-15 08:47:46 -0400 |
---|---|---|
committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-08-15 08:47:46 -0400 |
commit | 0c8001c61a55540cdeeb6ae249fdd2835580121c (patch) | |
tree | 924aae0ad45fd85c98986f5161ce6ccf2482847d /src/client/views/nodes/ChatBox/Agent.ts | |
parent | cd4b13bacd6639d2a731a05dfca700b201b2073c (diff) |
currently works
Diffstat (limited to 'src/client/views/nodes/ChatBox/Agent.ts')
-rw-r--r-- | src/client/views/nodes/ChatBox/Agent.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/ChatBox/Agent.ts b/src/client/views/nodes/ChatBox/Agent.ts index 7b3703449..69b83c1b5 100644 --- a/src/client/views/nodes/ChatBox/Agent.ts +++ b/src/client/views/nodes/ChatBox/Agent.ts @@ -75,6 +75,7 @@ export class Agent { console.log(`Action: ${currentAction}`); if (this.tools[currentAction]) { i++; + console.log(builder.build({ action_rules: this.tools[currentAction].getActionRule(true) })); const nextPrompt = [ { type: 'text', |