AxFunctionJSONSchema Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxFunctionJSONSchema.md type AxFunctionJSONSchema

AxFunctionJSONSchema

TypeScript
type AxFunctionJSONSchema = object;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L392

Properties

additionalProperties?

TypeScript
optional additionalProperties: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L405


enum?

TypeScript
optional enum: string[];

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L403


items?

TypeScript
optional items: AxFunctionJSONSchema;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L402


properties?

TypeScript
optional properties: Record<string, AxFunctionJSONSchema & object>;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L394


required?

TypeScript
optional required: string[];

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L401


title?

TypeScript
optional title: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L404


type

TypeScript
type: string | string[];

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L393

Docs