ToolboxSkillReference interface

A reference to an existing skill to include in a toolbox.

Extends

Properties

name

The name of the skill.

type

The type of skill source.

version

The version of the skill. If not specified, the skill's default version is used. When a version is specified, the reference is pinned to that immutable version.

Property Details

name

The name of the skill.

name: string

Property Value

string

type

The type of skill source.

type: "skill_reference"

Property Value

"skill_reference"

version

The version of the skill. If not specified, the skill's default version is used. When a version is specified, the reference is pinned to that immutable version.

version?: string

Property Value

string