class LLMSkill extends AbstractObject implements IdAble, Node

A skill available to a model: task-specific guidance discovered with ListSkills and read with ReadSkill.

Properties

$lastQuery from  AbstractObject

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

string
description()

The one-line description from the SKILL.md frontmatter.

Id
id()

A unique identifier for this LLMSkill.

string
name()

The skill name, as passed to ReadSkill.

Details

in AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

AbstractClient $client
QueryBuilderChain $queryBuilderChain

in AbstractObject at line 19
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

QueryBuilder $leafQueryBuilder
string $leafKey

Return Value

null|array|string|int|float|bool

at line 19
string description()

The one-line description from the SKILL.md frontmatter.

Return Value

string

at line 28
Id id()

A unique identifier for this LLMSkill.

Return Value

Id

at line 37
string name()

The skill name, as passed to ReadSkill.

Return Value

string