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