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

AxAgentRuntimeInputState

TypeScript
type AxAgentRuntimeInputState = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L113

Properties

currentInputs

TypeScript
currentInputs: Record<string, unknown>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L114


drainAutoPromotionEvents()

TypeScript
drainAutoPromotionEvents: () => readonly AxAgentAutoPromotionRecord[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L121

Returns promotions recorded since the last drain (each field once per run).

Returns

readonly AxAgentAutoPromotionRecord[]


getActorInlineContextValues()

TypeScript
getActorInlineContextValues: () => Record<string, unknown>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L118

Returns

Record<string, unknown>


getContextMetadata()

TypeScript
getContextMetadata: () => string | undefined;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L119

Returns

string | undefined


getNonContextValues()

TypeScript
getNonContextValues: () => Record<string, unknown>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L117

Returns

Record<string, unknown>


recomputeTurnInputs()

TypeScript
recomputeTurnInputs: (validateRequiredContext: boolean) => void;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L116

Parameters

ParameterType
validateRequiredContextboolean

Returns

void


signatureInputFieldNames

TypeScript
signatureInputFieldNames: Set<string>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/agentInternalTypes.ts#L115

Docs