Uses of Class
org.springframework.ai.openai.OpenAiChatModel.ResponseFormat
Packages that use OpenAiChatModel.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) voidOpenAiChatOptions.setResponseFormat(@Nullable OpenAiChatModel.ResponseFormat responseFormat) Sets the response format configuration.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, boolean isMicrosoftFoundry, boolean isGitHubModels, Duration timeout, int maxRetries, @Nullable Proxy proxy, 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 Set<String> toolNames, @Nullable Map<String, Object> toolContext, @Nullable Boolean internalToolExecutionEnabled, @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 Map<String, Object> extraBody)