Hey all, Im keeping track of conversation state (s...
# general-english
j
Hey all, Im keeping track of conversation state (specifcally what information I still need to retrieve from my clients) on my own server. I want to direct the chatbot to ask for the missing information. I am trying to use tools to accomplish this by making a function call after every turn, but I am finding that the tool is not called that frequently. How can I insure that the tool is called after every turn of the conversation? Or is there a better way to directly update the call context?
2 Views