Uses of Class
com.azure.ai.openai.models.ChatFinishDetails
Packages that use ChatFinishDetails
-
Uses of ChatFinishDetails in com.azure.ai.openai.models
Subclasses of ChatFinishDetails in com.azure.ai.openai.modelsModifier and TypeClassDescriptionfinal classA structured representation of a stop reason that signifies a token limit was reached before the model could naturally complete.final classA structured representation of a stop reason that signifies natural termination by the model.Methods in com.azure.ai.openai.models that return ChatFinishDetailsModifier and TypeMethodDescriptionstatic ChatFinishDetailsChatFinishDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatFinishDetails from the JsonReader.