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

AxAgentSkillResult

TypeScript
type AxAgentSkillResult = object;

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

Properties

content

TypeScript
content: string;

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

Opaque markdown body (frontmatter, if any, is not parsed).


id?

TypeScript
optional id: string;

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

Stable identifier — dedup key, prompt label, and usage telemetry key.


name

TypeScript
name: string;

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

Human-readable title rendered in the Loaded Skills prompt section.

Docs