IBM / ibm-generative-ai-node-sdk

Library that provides convenient access to the Generative AI API from Node.js applications
MIT License
35 stars 6 forks source link

Is there an example on Custom Agent? #106

Closed playground closed 2 months ago

playground commented 4 months ago

Hi,

Is there a Custom Agent example similar to this one Custom LLM Agent?

Tomas2D commented 4 months ago

Hey, not really. However, you can follow the LangChain tutorial mentioned above, but with one difference: you will import LLM from this library instead of from LangChain.