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

AxAITypesafeScoreQuestion

TypeScript
type AxAITypesafeScoreQuestion = object;

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

Properties

criteria

TypeScript
readonly criteria: readonly [AxAITypesafeEntry, AxAITypesafeEntry, ...AxAITypesafeEntry[]];

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

Two to ten descriptions, ordered from lowest to highest.


instructions?

TypeScript
readonly optional instructions: AxAITypesafeEntry;

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


type

TypeScript
readonly type: "score";

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

Docs