Smart way to add pricelist to chat completions

Okay, so you’re trying to have the LLM give current prices for items?

This is not a good case for the LLM. Better is to use it to see if a customer is talking about an item then do an SQL lookup on a dbase table to grab the price/details/etc.

If I’m misunderstanding, please let us know what you’re trying to accomplish. I think I get it, but just trying to make sure.