added in message history so it's conversational now, the history is passed in for each new query. This will have practical implications as we run up agains the token limit. Eventually we will need estimate our total token count for our message history, trim it down, and then send. If we get an token error back from the API then we need to trim some more. I think this whole process will be much easier if we have a function that easily converts inputs to token estimates
f8d817eJesse Darr38mo ago