Package com.openai.models.responses
Class FunctionTool.OutputSchema
-
- All Implemented Interfaces:
public final class FunctionTool.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 classFunctionTool.OutputSchema.BuilderA builder for OutputSchema.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final FunctionTool.OutputSchema.BuildertoBuilder()final FunctionTool.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 FunctionTool.OutputSchema.Builderbuilder()Returns a mutable builder for constructing an instance of OutputSchema. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FunctionTool.OutputSchema.Builder toBuilder()
-
validate
final FunctionTool.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 FunctionTool.OutputSchema.Builder builder()
Returns a mutable builder for constructing an instance of OutputSchema.
-
-
-
-