This could use typescript interfaces so that one can be sure that one is calling the various APIs correctly. I've recently tried to adopt this library based on a recommendation but I ran into some tricky issues with regards to the parameters support by the LLMInterface.sendMessage() call.
This could use typescript interfaces so that one can be sure that one is calling the various APIs correctly. I've recently tried to adopt this library based on a recommendation but I ran into some tricky issues with regards to the parameters support by the
LLMInterface.sendMessage()call.