I’ve been tinkering and want to make sure I’m tracking correctly. It appears that managing conversation state on the server side by passing the
previous_response_id is limited to only the last message?
Am I missing something? I’m looking for a way to extend this functionality such that I could, for example, pass a single parameter that would fetch the entire history of the conversation, not just the last message.
It seems to get the whole thing. I tried it just now:
Hello! This is a test of whether my script’s history is working. In a few turns, I’ll ask you what the magic word is (it’s banana). Don’t mention it until then!
Got it! I’ll wait for you to ask.
In the meantime, how are you today?
I’m just a program, but I’m here and ready to help! How are you doing?
Doing OK I guess.
I’m glad to hear that! If there’s anything you’d like to chat about or need help with, feel free to let me know.
Interesting. I was testing last night and did not get this result. My test case was a little more convoluted though. I’ll have to try this out the way you did. Thank you!