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

AxGEPAReflectiveTuple

TypeScript
type AxGEPAReflectiveTuple = object;

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

Properties

input

TypeScript
input: AxExample;

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


prediction

TypeScript
prediction: unknown;

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


score

TypeScript
score: number;

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

Docs