When I ‘Run’ a Thread, can I assume that the model would add only one message? I want to fetch the responses from the model from a completed Run’s Thread and I want to be sure if it is sufficient to look for one response or need to perform more checks to see if there are multiple responses from the model. - thank you.
1 Like
Though I did not get any responses, I wanted to share what I have observed so far. So far, I see that the Model adds only one Message to the Thread at a time. I think it is safe to assume that we need to retrieve the last message from the Model from a Thread.