AxEventRun
Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/event/types.ts#L458
Type Parameters
| Type Parameter | Default type |
|---|---|
OUT | unknown |
Properties
| Property | Type |
|---|---|
attempt | number |
chunks? | readonly AxGenDeltaOut<OUT>[] |
continuationIds? | readonly string[] |
deliveryId | string |
error? | string |
fencingToken? | number |
finishedAt? | number |
id | string |
instanceKey | string |
output? | OUT |
outputRef? | string |
routeId | string |
sinks? | readonly AxEventSinkAttempt[] |
startedAt | number |
status | AxEventRunStatus |
targetId? | string |