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

AxEventContext

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L194

Properties

PropertyModifierType
abortSignalreadonlyAbortSignal
attemptreadonlynumber
continuation?readonlyReadonly<AxEventContinuation>
deliveryIdreadonlystring
fencingToken?readonlynumber
idempotencyKeyreadonlystring
identityreadonlyReadonly<AxEventIdentity>
ingressreadonlyReadonly<AxEventIngress>
instanceKeyreadonlystring
routeIdreadonlystring
runIdreadonlystring
runtimeIdreadonlystring
targetId?readonlystring
trustreadonlyAxEventTrust

Methods

registerContinuation()

TypeScript
registerContinuation(registration: Readonly<AxEventContinuationRegistration>): string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L209

Parameters

ParameterType
registrationReadonly<AxEventContinuationRegistration>

Returns

string

Docs