I found that sometime gpt5 showing blank output.
When I checked the console error came as
{“level”:30,“time”:1754842293855,“pid”:10,“hostname”:“048f18435ebc”,“msg”:“Received message”}
{“level”:30,“time”:1754842293855,“pid”:10,“hostname”:“048f18435ebc”,“msg”:“Session not found”}
{
message: “Unsupported parameter: ‘max_tokens’ is not supported with this model. Use ‘max_completion_tokens’ instead.”,
type: ‘invalid_request_error’,
param: ‘max_tokens’,
code: ‘unsupported_parameter’
}
So seems like a bug will someone plz review as I think in GPT5 their way of accepting the parameters is bit changed so may be its creating some clashes with what we have used in past.