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

AxProgramTrace

TypeScript
type AxProgramTrace<IN, OUT> = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L140

Type Parameters

Type Parameter
IN
OUT

Properties

programId

TypeScript
programId: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L142


trace

TypeScript
trace: OUT & Partial<IN>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L141

Docs