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()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()
-
builder
final static LocalSkill.Builder builder()
Returns a mutable builder for constructing an instance of LocalSkill.
The following fields are required:
.description() .name() .path()
-
-
-
-