Uses of Class
org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
Packages that use AzureOpenAiResponseFormat
-
Uses of AzureOpenAiResponseFormat in org.springframework.ai.azure.openai
Fields in org.springframework.ai.azure.openai declared as AzureOpenAiResponseFormatModifier and TypeFieldDescriptionprotected @Nullable AzureOpenAiResponseFormatAzureOpenAiChatOptions.AbstractBuilder.responseFormatMethods in org.springframework.ai.azure.openai that return AzureOpenAiResponseFormatModifier and TypeMethodDescriptionAzureOpenAiResponseFormat.Builder.build()AzureOpenAiChatOptions.getResponseFormat()Methods in org.springframework.ai.azure.openai with parameters of type AzureOpenAiResponseFormatModifier and TypeMethodDescriptionAzureOpenAiChatOptions.AbstractBuilder.responseFormat(@Nullable AzureOpenAiResponseFormat responseFormat) voidAzureOpenAiChatOptions.setResponseFormat(AzureOpenAiResponseFormat responseFormat) Constructors in org.springframework.ai.azure.openai with parameters of type AzureOpenAiResponseFormatModifierConstructorDescriptionprotectedAzureOpenAiChatOptions(@Nullable Integer maxTokens, @Nullable Double temperature, @Nullable Double topP, @Nullable Map<String, Integer> logitBias, @Nullable String user, @Nullable Integer n, @Nullable List<String> stop, @Nullable Double presencePenalty, @Nullable Double frequencyPenalty, @Nullable String deploymentName, @Nullable AzureOpenAiResponseFormat responseFormat, @Nullable Long seed, @Nullable Boolean logprobs, @Nullable Integer topLogProbs, @Nullable Integer maxCompletionTokens, @Nullable com.azure.ai.openai.models.AzureChatEnhancementConfiguration enhancements, @Nullable com.azure.ai.openai.models.ChatCompletionStreamOptions streamOptions, @Nullable Boolean internalToolExecutionEnabled, @Nullable List<ToolCallback> toolCallbacks, @Nullable Set<String> toolNames, @Nullable Map<String, Object> toolContext, @Nullable Boolean enableStreamUsage, @Nullable String reasoningEffort)