I am starting to use Assistant API as my customers chatbot backend.
I would like to know if there’s any structured method to:
- Continuously train the assistant based on previous successful conversations/threads
- Automatically generate list of items/topics that were raised in a thread to which the assistant did not have a good answer in its reference files/prompts even though they were very specific to my business
One more suggestion - it would be great if I can define “flags” on a thread that will automatically be populated based on the conversation.
E.g. -
- Customer happiness/frustration level
- Need to pass to a human agent
- …
Only workaround I can think of right now is the use of functions, but this is really ugly.
Any ideas?