Class StopFinishDetails

java.lang.Object
com.azure.ai.openai.models.ChatFinishDetails
com.azure.ai.openai.models.StopFinishDetails

public final class StopFinishDetails extends ChatFinishDetails
A structured representation of a stop reason that signifies natural termination by the model.
  • Method Details

    • getStop

      public String getStop()
      Get the stop property: The token sequence that the model terminated with.
      Returns:
      the stop value.