AxProgramDemos
type AxProgramDemos<IN, OUT, ID> = object;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/dsp/types.ts#L132
Type Parameters
| Type Parameter | Default type |
|---|---|
IN | - |
OUT | - |
ID extends string | string |
Properties
programId
programId: ID;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/dsp/types.ts#L134
traces
traces: OUT & Partial<IN>[];
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/dsp/types.ts#L133