AxTunable
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/dsp/types.ts#L186
Extended by
Type Parameters
Type Parameter |
---|
IN |
OUT |
Properties
Property | Type |
---|---|
getTraces | () => AxProgramTrace <IN , OUT >[] |
setDemos | (demos : readonly AxProgramDemos <IN , OUT >[]) => void |
setExamples | (examples : Readonly <AxProgramExamples <IN , OUT >>, options? : Readonly <AxSetExamplesOptions >) => void |
setId | (id : string ) => void |
setParentId | (parentId : string ) => void |