Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/server / / RunStateSnapshot
Interface: RunStateSnapshot
Defined in: packages/server/src/runtime/run-state.ts:39
Snapshot returned by RunStateTracker.snapshot.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
agentId? | readonly | string | packages/server/src/runtime/run-state.ts:46 |
completedAt? | readonly | number | packages/server/src/runtime/run-state.ts:44 |
error? | readonly | { message: string; } | packages/server/src/runtime/run-state.ts:45 |
error.message | readonly | string | packages/server/src/runtime/run-state.ts:45 |
kind | readonly | RunKind | packages/server/src/runtime/run-state.ts:41 |
runId | readonly | string | packages/server/src/runtime/run-state.ts:40 |
sessionId? | readonly | string | packages/server/src/runtime/run-state.ts:49 |
startedAt? | readonly | number | packages/server/src/runtime/run-state.ts:43 |
status | readonly | RunStatus | packages/server/src/runtime/run-state.ts:42 |
threadId? | readonly | string | packages/server/src/runtime/run-state.ts:48 |
userId? | readonly | string | packages/server/src/runtime/run-state.ts:50 |
workflowId? | readonly | string | packages/server/src/runtime/run-state.ts:47 |