Uses of Class
org.springframework.ai.openaisdk.OpenAiSdkChatModel.ResponseFormat
Packages that use OpenAiSdkChatModel.ResponseFormat
-
Uses of OpenAiSdkChatModel.ResponseFormat in org.springframework.ai.openaisdk
Fields in org.springframework.ai.openaisdk declared as OpenAiSdkChatModel.ResponseFormatModifier and TypeFieldDescriptionprotected @Nullable OpenAiSdkChatModel.ResponseFormatOpenAiSdkChatOptions.AbstractBuilder.responseFormatMethods in org.springframework.ai.openaisdk that return OpenAiSdkChatModel.ResponseFormatModifier and TypeMethodDescriptionOpenAiSdkChatModel.ResponseFormat.Builder.build()@Nullable OpenAiSdkChatModel.ResponseFormatOpenAiSdkChatOptions.getResponseFormat()Gets the response format configuration.Methods in org.springframework.ai.openaisdk with parameters of type OpenAiSdkChatModel.ResponseFormatModifier and TypeMethodDescriptionOpenAiSdkChatOptions.AbstractBuilder.responseFormat(@Nullable OpenAiSdkChatModel.ResponseFormat responseFormat) voidOpenAiSdkChatOptions.setResponseFormat(@Nullable OpenAiSdkChatModel.ResponseFormat responseFormat) Sets the response format configuration.Constructors in org.springframework.ai.openaisdk with parameters of type OpenAiSdkChatModel.ResponseFormatModifierConstructorDescriptionprotectedOpenAiSdkChatOptions(@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, List<ToolCallback> toolCallbacks, Set<String> toolNames, 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 OpenAiSdkChatOptions.AudioParameters outputAudio, @Nullable OpenAiSdkChatModel.ResponseFormat responseFormat, @Nullable OpenAiSdkChatOptions.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)