AxFieldType
Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/sig.ts#L38
Properties
| Property | Modifier | Type |
|---|
description? | readonly | string |
fields? | readonly | Record<string, AxFieldType> |
format? | readonly | string |
isArray? | readonly | boolean |
isInternal? | readonly | boolean |
isOptional? | readonly | boolean |
maximum? | readonly | number |
maxLength? | readonly | number |
minimum? | readonly | number |
minLength? | readonly | number |
options? | readonly | readonly string[] |
pattern? | readonly | string |
patternDescription? | readonly | string |
type | readonly | | "string" | "number" | "boolean" | "object" | "url" | "json" | "audio" | "image" | "file" | "date" | "dateRange" | "datetime" | "datetimeRange" | "class" | "code" |