I was using Assistants API before in my projects and I was thinking of switching to using the Agents SDK. As I was looking into how to use the Runner I have realised that the concept is different from how you run a thread in Assistants API. Is there a thread also in the Runner or do I have to supply the previous messages to the Runner myself through the context property? I can’t seem to find an example. Or am I wrong in using the Agents SDK for a continuous conversation?
2 Likes
Hi and welcome to the Community!
I think this is a pointer into the right direction:
Inputs for the next turn from the runner’s run results.
Yeah, I think I can work with the next turn. Thanks! The thing I have to think about now is how to pass the previous result with the follow up prompt from the user.
1 Like