I’m taking a look at the Responses API and previous_response_id
looks like a good fit for my use case. I wanted to see if there’s a way to control the number of past messages that will be included when using previous_response_id
?
I saw this in the conversation state docs mentioning it uses all past messages:
Even when using
previous_response_id
, all previous input tokens for responses in the chain are billed as input tokens in the API.
If it’s not supported yet, is it on a roadmap somewhere? Thanks!