AxRuntimePrimitive Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxRuntimePrimitive.md interface AxRuntimePrimitive

AxRuntimePrimitive

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/runtimePrimitives.ts#L18

Properties

PropertyModifierTypeDescription
descriptionreadonlystringShort purpose statement rendered above the overloads.
enabledBy?readonlystringOptional required flag name.
enabledByAny?readonlyreadonly string[]Optional flag names where at least one must be truthy.
examples?readonlyreadonly AxRuntimePrimitiveExample[]Optional examples rendered under the overload list.
idreadonlystringStable id; used for testing / debugging.
signaturesreadonlyreadonly AxRuntimePrimitiveSignature[]Signature overloads rendered as separate backticked lines.
stagesreadonlyreadonly AxRuntimePrimitiveStage[]Which actor stages advertise this primitive.
Docs