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/04543e9e0873874640d5dbb158048393db35723c/src/ax/dsp/optimizers/gepaReflection.ts#L21

Properties

calls

TypeScript
calls: AxGEPATraceSummaryCall[];

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


error?

TypeScript
optional error: string;

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


output?

TypeScript
optional output: string;

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


score

TypeScript
score: number;

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

Docs