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/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/failureReport.ts#L40

Properties

signals

TypeScript
signals: readonly AxAgentFailureSignal[];

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


stage

TypeScript
stage: "distiller" | "executor";

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

Docs