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

AxAgentGuidanceLogEntry

TypeScript
type AxAgentGuidanceLogEntry = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentStateTypes.ts#L112

Properties

guidance

TypeScript
guidance: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentStateTypes.ts#L114


triggeredBy?

TypeScript
optional triggeredBy: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentStateTypes.ts#L115


turn

TypeScript
turn: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentStateTypes.ts#L113

Docs