AxAgentUsedSkill Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAgentUsedSkill.md type AxAgentUsedSkill

AxAgentUsedSkill

TypeScript
type AxAgentUsedSkill = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/skillsTypes.ts#L16

Properties

id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/skillsTypes.ts#L18

Stable skill id present in the Loaded Skills prompt state.


name

TypeScript
name: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/skillsTypes.ts#L20

Human-readable skill title.


reason?

TypeScript
optional reason: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/skillsTypes.ts#L22

Optional actor-declared explanation of how the skill influenced the run.


stage

TypeScript
stage: AxAgentContextStage;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/skillsTypes.ts#L24

Actor stage that declared this skill as used.

Docs