Uses of Record Class
ai.optfor.springopenaiapi.model.ResponseFormat
Packages that use ResponseFormat
-
Uses of ResponseFormat in ai.optfor.springopenaiapi.model
Methods in ai.optfor.springopenaiapi.model that return ResponseFormatModifier and TypeMethodDescriptionChatCompletionRequest.response_format()Returns the value of theresponse_formatrecord component.Constructors in ai.optfor.springopenaiapi.model with parameters of type ResponseFormatModifierConstructorDescriptionChatCompletionRequest(String model, List<ChatMessage> messages, double temperature, int max_tokens, ResponseFormat response_format, boolean stream) Creates an instance of aChatCompletionRequestrecord class.