Uses of Class
com.azure.ai.openai.responses.models.ResponsesReasoningConfiguration
Packages that use ResponsesReasoningConfiguration
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesReasoningConfiguration in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesReasoningConfigurationModifier and TypeMethodDescriptionResponsesReasoningConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesReasoningConfiguration from the JsonReader.CreateResponsesRequest.getReasoning()Get the reasoning property: The reasoning property.ResponsesResponse.getReasoning()Get the reasoning property: The reasoning property.ResponsesReasoningConfiguration.setGenerateSummary(ResponsesReasoningConfigurationGenerateSummary generateSummary) Set the generateSummary property: The generate_summary property.Methods in com.azure.ai.openai.responses.models with parameters of type ResponsesReasoningConfigurationModifier and TypeMethodDescriptionCreateResponsesRequest.setReasoning(ResponsesReasoningConfiguration reasoning) Set the reasoning property: The reasoning property.