AxAITypesafeScoreQuestion
type AxAITypesafeScoreQuestion = object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/typesafe/types.ts#L33
Properties
criteria
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?
readonly optional instructions: AxAITypesafeEntry;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/typesafe/types.ts#L35
type
readonly type: "score";Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/typesafe/types.ts#L34