I am using the Assistant APIs and we have created a tool called get_data
, By using the APIs and polling for the run, I am able to get the Parameters from the tool calling and then submit the relevant output to the Assistant. Now I want to show this conversation again to the user, and everything would be fine.
Unless the conversation also contain some internally used data that we get from the function get_data as called previously. Now since we never get the tool parameters from getMessages
API or retrieveRun
API. How do I see the tool calls parameters again, after I have already submitted the tool output.
P.S. I can see that in the UI in the threads section of the Open AI Platform, which means it must be accessible.