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 classstatic classJSON 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()booleangetType()inthashCode()voidsetJsonSchema(AzureOpenAiResponseFormat.JsonSchema jsonSchema) voidvoidtoString()
-
Constructor Details
-
AzureOpenAiResponseFormat
public AzureOpenAiResponseFormat() -
AzureOpenAiResponseFormat
-
-
Method Details
-
getType
-
setType
-
getJsonSchema
-
setJsonSchema
-
getSchema
-
setSchema
-
builder
-
equals
-
hashCode
-
toString
-