Package com.openai.models.responses
Class LocalSkill
-
- All Implemented Interfaces:
public final class LocalSkill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLocalSkill.BuilderA builder for LocalSkill.
-
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 LocalSkill.BuildertoBuilder()final LocalSkillvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static LocalSkill.Builderbuilder()Returns a mutable builder for constructing an instance of LocalSkill. -
-
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 LocalSkill.Builder toBuilder()
-
validate
final LocalSkill 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 LocalSkill.Builder builder()
Returns a mutable builder for constructing an instance of LocalSkill.
The following fields are required:
.description() .name() .path()
-
-
-
-