Package com.openai.models.beta.responses
Class BetaLocalSkill
-
- All Implemented Interfaces:
public final class BetaLocalSkill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaLocalSkill.BuilderA builder for BetaLocalSkill.
-
Method Summary
Modifier and Type Method Description final Stringdescription()The description of the skill. final Stringname()The name of the skill. final Stringpath()The path to the directory containing the skill. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_path()Returns the raw JSON value of path. final Map<String, JsonValue>_additionalProperties()final BetaLocalSkill.BuildertoBuilder()final BetaLocalSkillvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaLocalSkill.Builderbuilder()Returns a mutable builder for constructing an instance of BetaLocalSkill. -
-
Method Detail
-
description
final String description()
The description of the skill.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_path
final JsonField<String> _path()
Returns the raw JSON value of path.
Unlike path, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaLocalSkill.Builder toBuilder()
-
validate
final BetaLocalSkill 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 BetaLocalSkill.Builder builder()
Returns a mutable builder for constructing an instance of BetaLocalSkill.
The following fields are required:
.description() .name() .path()
-
-
-
-