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