Tito Costa
Tito Costa
I tried to run `git clone https://github.com/tomlion/vim-solidity.git ~/.config/nvim/pack/vim-solidity` and `git clone https://github.com/tomlion/vim-solidity.git ~/.local/share/nvim/vim-solidity` but the plugin is not loaded up on neovim.
Quite impossible to find an answer on Google if you want to install without any plugin manager. ChatGPT fixed it on first shot, required folder location not so obvious. Run...
I do see the result of the tool logged on console. Might it be that `ConsoleCallbackHandler` is still attached to the agent as a callback manager even after passing a...
`handleToolEnd` and `handleToolError` are called by the tool and not by the agent, so a `CallbackMa ager` needs to be passed explicitly to the tool. `CallbackManager` is the second parameter...
I didn't understand that a `CallbackManager` needs to be passed to each tool and it is not enough to pass it to the agent.
Struggling with this as well as of now. Should be something like this: ``` const history = new ChatMessageHistory(previousMessages); const memory = new BufferWindowMemory({ chatHistory: history, returnMessages: true, k: 10...
Running `npm install [email protected]` before `npm install langchain@latest` fixed it for me.
Now getting same problem. Not quite sure what triggered it in the first place as it was working ok until now. It might be that I logged out the user...