Skip to content

AxFunctionJSONSchema

Type Alias: AxFunctionJSONSchema

AxFunctionJSONSchema: object

Type declaration

items?

optional items: AxFunctionJSONSchema

properties?

optional properties: Record<string, AxFunctionJSONSchema & object>

required?

optional required: string[]

type

type: string

Defined in

src/ax/ai/types.ts:44