Skill interface
A skill resource.
Properties
| created_at | The Unix timestamp (seconds) when the skill was created. |
| default_version | The default version for the skill. Can be changed via updateSkill. |
| description | A human-readable description of the skill. |
| id | The unique identifier of the skill. |
| latest_version | The latest version for the skill. |
| name | The unique name of the skill. |
Property Details
created_at
The Unix timestamp (seconds) when the skill was created.
created_at: Date
Property Value
Date
default_version
The default version for the skill. Can be changed via updateSkill.
default_version: string
Property Value
string
description
A human-readable description of the skill.
description: string
Property Value
string
id
The unique identifier of the skill.
id: string
Property Value
string
latest_version
The latest version for the skill.
latest_version: string
Property Value
string
name
The unique name of the skill.
name: string
Property Value
string