f
const f: () => AxSignatureBuilder & object;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/dsp/sig.ts#L179
Type declaration
Name | Type |
---|---|
array() | <T >(baseType : T ) => AxFluentFieldInfo <T ["type" ], true , T ["options" ], T ["isOptional" ]> |
audio() | (desc? : string ) => AxFluentFieldType |
boolean() | (desc? : string ) => AxFluentFieldType |
class() | <TOptions >(options : TOptions , desc? : string ) => AxFluentFieldType |
code() | (language? : string , desc? : string ) => AxFluentFieldType |
date() | (desc? : string ) => AxFluentFieldType |
datetime() | (desc? : string ) => AxFluentFieldType |
file() | (desc? : string ) => AxFluentFieldType |
image() | (desc? : string ) => AxFluentFieldType |
internal() | <T >(baseType : T ) => T & object |
json() | (desc? : string ) => AxFluentFieldType |
legacyArray() | <T >(baseType : T ) => T & object |
legacyInternal() | <T >(baseType : T ) => T & object |
legacyOptional() | <T >(baseType : T ) => T & object |
number() | (desc? : string ) => AxFluentFieldType |
optional() | <T >(baseType : T ) => AxFluentFieldInfo <T ["type" ], T ["isArray" ], T ["options" ], true > |
string() | (desc? : string ) => AxFluentFieldType |
url() | (desc? : string ) => AxFluentFieldType |