Hi all, I’m trying to work out the best way of interrogating a chat history with an assistant to work out whether a booking has been made and then if so extract various bits of data from that chat. I’m not sure where to start, I can retrieve the Thread ID which should give the chat history but I’m unsure which Open AI module to use from here. I could set up another assistant who’s job it is just to look at the thread history but that’s probably not the best way of doing it. I would have thought that retrieving the transcript and then using “Match Pattern” module within the “Text Parser” category to extract specific information from the transcript would be the way to go.
Can anyone give me an outline of which models to use or even better provide a blueprint of something similar?
Thanks