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

AxAITypesafeChoiceQuestion

TypeScript
type AxAITypesafeChoiceQuestion = object;

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

Properties

criteria

TypeScript
readonly criteria: Readonly<Record<string, AxAITypesafeEntry>>;

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


instructions?

TypeScript
readonly optional instructions: AxAITypesafeEntry;

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


type

TypeScript
readonly type: "choice";

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

Docs