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

AxAITypesafeNoulQuestion

TypeScript
type AxAITypesafeNoulQuestion = object;

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

Properties

criteria?

TypeScript
readonly optional criteria: 
  | {
  false?: AxAITypesafeEntry;
  true?: AxAITypesafeEntry;
}
  | null;

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


instructions?

TypeScript
readonly optional instructions: AxAITypesafeEntry;

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


type

TypeScript
readonly type: "noul";

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

Docs