AxGEPAReflectiveTupleTypeScript Copytype AxGEPAReflectiveTuple = object;Defined in: https://github.com/ax-llm/ax/blob/04543e9e0873874640d5dbb158048393db35723c/src/ax/dsp/optimizers/gepaReflection.ts#L6PropertiesinputTypeScript Copyinput: AxExample;Defined in: https://github.com/ax-llm/ax/blob/04543e9e0873874640d5dbb158048393db35723c/src/ax/dsp/optimizers/gepaReflection.ts#L7predictionTypeScript Copyprediction: unknown;Defined in: https://github.com/ax-llm/ax/blob/04543e9e0873874640d5dbb158048393db35723c/src/ax/dsp/optimizers/gepaReflection.ts#L8scoreTypeScript Copyscore: number;Defined in: https://github.com/ax-llm/ax/blob/04543e9e0873874640d5dbb158048393db35723c/src/ax/dsp/optimizers/gepaReflection.ts#L9