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

AxAgentFailureCluster

TypeScript
type AxAgentFailureCluster = object;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/failureClusters.ts#L14

Properties

records

TypeScript
records: AxAgentPlaybookEvolveRunRecord[];

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/failureClusters.ts#L16


severity

TypeScript
severity: number;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/failureClusters.ts#L18

count x mean(1 - score): frequent, badly-scored clusters rank first.


signature

TypeScript
signature: string;

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/failureClusters.ts#L15


taskIds

TypeScript
taskIds: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/agent/agentInternal/playbookEvolve/failureClusters.ts#L19

Docs