Interface LiveServerGoAway

Server will not be able to service client soon.

interface LiveServerGoAway {
    timeLeft?: string;
}

Properties

Properties

timeLeft?: string

The remaining time before the connection will be terminated as ABORTED. The minimal time returned here is specified differently together with the rate limits for a given model.