happens both with o3 and o4-mini
- first call is ok .. it returns a list of reasoning items all with same id,say ‘rs_ABCD’
- second call .. same to the first call BUT i provide previous_response_id (and a different question of course )..
And i get
“error”: {
“message”: “Item ‘rs_ABCD’ of type ‘reasoning’ was provided without its required following item.”,
“type”: “invalid_request_error”,
“param”: “input”,
“code”: null
}
}
did not find any help googling .. can someone suggest anything to solve ?
thanks
enrico
P.S. : same flow work with gpt4.1 (that has no reasoning items)