Class AzureOpenAiResponseFormat
java.lang.Object
org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
Utility enumeration for representing the response format that may be requested from the
Azure OpenAI model. Please check OpenAI
API documentation for more details.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
JSON schema object that describes the format of the JSON object.static enum
-
Constructor Summary
ConstructorsConstructorDescriptionAzureOpenAiResponseFormat
(AzureOpenAiResponseFormat.Type type, String schema) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
getType()
int
hashCode()
void
setJsonSchema
(AzureOpenAiResponseFormat.JsonSchema jsonSchema) void
void
toString()
-
Constructor Details
-
AzureOpenAiResponseFormat
public AzureOpenAiResponseFormat() -
AzureOpenAiResponseFormat
-
-
Method Details