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

AxRuntimePrimitiveExample

TypeScript
type AxRuntimePrimitiveExample = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/runtimePrimitives.ts#L44

Properties

code

TypeScript
readonly code: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/runtimePrimitives.ts#L45


disabledBy?

TypeScript
readonly optional disabledBy: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/runtimePrimitives.ts#L48


enabledBy?

TypeScript
readonly optional enabledBy: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/runtimePrimitives.ts#L46


enabledByAny?

TypeScript
readonly optional enabledByAny: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/runtimePrimitives.ts#L47

Docs