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

AxAgentSkillsPromptState

TypeScript
type AxAgentSkillsPromptState = object;

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

Properties

loaded?

TypeScript
optional loaded: object[];

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

content

TypeScript
content: string;

id?

TypeScript
optional id: string;

name

TypeScript
name: string;
Docs