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

AxAgentFailureReport

TypeScript
type AxAgentFailureReport = object;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/agent/agentInternal/failureReport.ts#L40

Properties

signals

TypeScript
signals: readonly AxAgentFailureSignal[];

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/agent/agentInternal/failureReport.ts#L42


stage

TypeScript
stage: "distiller" | "executor";

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/agent/agentInternal/failureReport.ts#L41

Docs