Class ResponseOutputMessage.Phase

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

    
    public final class ResponseOutputMessage.Phase
     implements Enum
                        

    Labels an assistant message as intermediate commentary (commentary) or the final answer (final_answer). For models like gpt-5.3-codex and beyond, when sending follow-up requests, preserve and resend phase on all assistant messages — dropping it can degrade performance. Not used for user messages.