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

AxAgentGuidancePayload

TypeScript
type AxAgentGuidancePayload = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/completion.ts#L10

Properties

guidance

TypeScript
guidance: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/completion.ts#L12


triggeredBy?

TypeScript
optional triggeredBy: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/completion.ts#L13


type

TypeScript
type: "guide_agent";

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/completion.ts#L11

Docs