Package com.openai.models.beta.responses
Class BetaFunctionTool.OutputSchema
-
- All Implemented Interfaces:
public final class BetaFunctionTool.OutputSchemaA JSON schema object describing the JSON value encoded in string outputs for this function.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaFunctionTool.OutputSchema.BuilderA builder for OutputSchema.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final BetaFunctionTool.OutputSchema.BuildertoBuilder()final BetaFunctionTool.OutputSchemavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaFunctionTool.OutputSchema.Builderbuilder()Returns a mutable builder for constructing an instance of OutputSchema. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaFunctionTool.OutputSchema.Builder toBuilder()
-
validate
final BetaFunctionTool.OutputSchema validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaFunctionTool.OutputSchema.Builder builder()
Returns a mutable builder for constructing an instance of OutputSchema.
-
-
-
-