Interface OpenAIChatResponse.FinishDetails
-
- Enclosing interface:
- OpenAIChatResponse
public static interface OpenAIChatResponse.FinishDetailsRepresents the finish details in the chat completion response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()Gets the type of the finish details.
-
-
-
Method Detail
-
getType
String getType()
Gets the type of the finish details.- Returns:
- the type of the finish details
-
-