AxRuntimePrimitive
Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/runtimePrimitives.ts#L18
Properties
| Property | Modifier | Type | Description |
|---|
description | readonly | string | Short purpose statement rendered above the overloads. |
enabledBy? | readonly | string | Optional required flag name. |
enabledByAny? | readonly | readonly string[] | Optional flag names where at least one must be truthy. |
examples? | readonly | readonly AxRuntimePrimitiveExample[] | Optional examples rendered under the overload list. |
id | readonly | string | Stable id; used for testing / debugging. |
signatures | readonly | readonly AxRuntimePrimitiveSignature[] | Signature overloads rendered as separate backticked lines. |
stages | readonly | readonly AxRuntimePrimitiveStage[] | Which actor stages advertise this primitive. |