Uses of Class
org.springframework.ai.openai.api.ResponseFormat
Packages that use ResponseFormat
-
Uses of ResponseFormat in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return ResponseFormatMethods in org.springframework.ai.openai with parameters of type ResponseFormatModifier and TypeMethodDescriptionOpenAiChatOptions.Builder.responseFormat(ResponseFormat responseFormat) voidOpenAiChatOptions.setResponseFormat(ResponseFormat responseFormat) -
Uses of ResponseFormat in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return ResponseFormatModifier and TypeMethodDescriptionResponseFormat.Builder.build()OpenAiApi.ChatCompletionRequest.responseFormat()Returns the value of theresponseFormatrecord component.Constructors in org.springframework.ai.openai.api with parameters of type ResponseFormatModifierConstructorDescriptionChatCompletionRequest(List<OpenAiApi.ChatCompletionMessage> messages, String model, Boolean store, Map<String, String> metadata, Double frequencyPenalty, Map<String, Integer> logitBias, Boolean logprobs, Integer topLogprobs, Integer maxTokens, Integer maxCompletionTokens, Integer n, List<OpenAiApi.OutputModality> outputModalities, OpenAiApi.ChatCompletionRequest.AudioParameters audioParameters, Double presencePenalty, ResponseFormat responseFormat, Integer seed, String serviceTier, List<String> stop, Boolean stream, OpenAiApi.ChatCompletionRequest.StreamOptions streamOptions, Double temperature, Double topP, List<OpenAiApi.FunctionTool> tools, Object toolChoice, Boolean parallelToolCalls, String user, String reasoningEffort, OpenAiApi.ChatCompletionRequest.WebSearchOptions webSearchOptions, String verbosity) Creates an instance of aChatCompletionRequestrecord class.