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

AxGEPATraceSummary

TypeScript
type AxGEPATraceSummary = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaReflection.ts#L21

Properties

calls

TypeScript
calls: AxGEPATraceSummaryCall[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaReflection.ts#L23


error?

TypeScript
optional error: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaReflection.ts#L25


output?

TypeScript
optional output: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaReflection.ts#L24


score

TypeScript
score: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/gepaReflection.ts#L22

Docs