Class RealtimeResponseStatus.Reason

  • All Implemented Interfaces:
    com.openai.core.Enum

    
    public final class RealtimeResponseStatus.Reason
     implements Enum
                        

    The reason the Response did not complete. For a cancelled Response, one of turn_detected (the server VAD detected a new start of speech) or client_cancelled (the client sent a cancel event). For an incomplete Response, one of max_output_tokens or content_filter (the server-side safety filter activated and cut off the response).