Hey guys, I’m using Netsuite’s LLM module. I’ve currently built a chatbot for historical item prices, and right now I use a saved search with the transactions that need to be reviewed, and I send that to AI n/llm module so it has context and can respond.
My question is whether I can add more value to this chat by maybe, instead of using a saved search as context, providing all of the client’s environment information as context so it can handle any type of request. Do you think that’s possible with the n/llm module? Or what approaches would you recommend?