AxAITypesafeNoulQuestion
type AxAITypesafeNoulQuestion = object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/typesafe/types.ts#L18
Properties
criteria?
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?
readonly optional instructions: AxAITypesafeEntry;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/typesafe/types.ts#L20
type
readonly type: "noul";Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/typesafe/types.ts#L19