Uses of Class
org.springframework.ai.openai.OpenAiChatModel.ResponseFormat
Packages that use OpenAiChatModel.ResponseFormat
-
Uses of OpenAiChatModel.ResponseFormat in org.springframework.ai.model.openai.autoconfigure
Methods in org.springframework.ai.model.openai.autoconfigure that return OpenAiChatModel.ResponseFormatModifier and TypeMethodDescription@Nullable OpenAiChatModel.ResponseFormatOpenAiChatProperties.getResponseFormat()@Nullable OpenAiChatModel.ResponseFormatOpenAiChatProperties.Options.getResponseFormat()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.ai.model.openai.autoconfigure with parameters of type OpenAiChatModel.ResponseFormatModifier and TypeMethodDescriptionvoidOpenAiChatProperties.Options.setResponseFormat(@Nullable OpenAiChatModel.ResponseFormat responseFormat) voidOpenAiChatProperties.setResponseFormat(@Nullable OpenAiChatModel.ResponseFormat responseFormat) -
Uses of OpenAiChatModel.ResponseFormat in org.springframework.ai.openai
Fields in org.springframework.ai.openai declared as OpenAiChatModel.ResponseFormatModifier and TypeFieldDescriptionprotected @Nullable OpenAiChatModel.ResponseFormatOpenAiChatOptions.AbstractBuilder.responseFormatMethods in org.springframework.ai.openai that return OpenAiChatModel.ResponseFormatModifier and TypeMethodDescriptionOpenAiChatModel.ResponseFormat.Builder.build()@Nullable OpenAiChatModel.ResponseFormatOpenAiChatOptions.getResponseFormat()Gets the response format configuration.Methods in org.springframework.ai.openai with parameters of type OpenAiChatModel.ResponseFormatModifier and TypeMethodDescriptionOpenAiChatOptions.AbstractBuilder.responseFormat(@Nullable OpenAiChatModel.ResponseFormat responseFormat) Constructors in org.springframework.ai.openai with parameters of type OpenAiChatModel.ResponseFormatModifierConstructorDescriptionprotectedOpenAiChatOptions(@Nullable String baseUrl, @Nullable String apiKey, @Nullable com.openai.credential.Credential credential, @Nullable String model, @Nullable String microsoftDeploymentName, @Nullable com.openai.azure.AzureOpenAIServiceVersion microsoftFoundryServiceVersion, @Nullable String organizationId, @Nullable Boolean isMicrosoftFoundry, @Nullable Boolean isGitHubModels, @Nullable Duration timeout, @Nullable Integer maxRetries, @Nullable Proxy proxy, @Nullable Map<String, String> customHeaders, @Nullable Double frequencyPenalty, @Nullable Integer maxTokens, @Nullable Double presencePenalty, @Nullable List<String> stop, @Nullable Double temperature, @Nullable Double topP, @Nullable List<ToolCallback> toolCallbacks, @Nullable Map<String, Object> toolContext, @Nullable Map<String, Integer> logitBias, @Nullable Boolean logprobs, @Nullable Integer topLogprobs, @Nullable Integer maxCompletionTokens, @Nullable Integer n, @Nullable List<String> outputModalities, @Nullable OpenAiChatOptions.AudioParameters outputAudio, @Nullable OpenAiChatModel.ResponseFormat responseFormat, @Nullable OpenAiChatOptions.StreamOptions streamOptions, @Nullable Integer seed, @Nullable Object toolChoice, @Nullable String user, @Nullable Boolean parallelToolCalls, @Nullable Boolean store, @Nullable Map<String, String> metadata, @Nullable String reasoningEffort, @Nullable String verbosity, @Nullable String serviceTier, @Nullable String promptCacheKey, @Nullable Map<String, Object> extraBody)