Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/server / / RunStateSnapshot
Interface: RunStateSnapshot
Defined in: packages/server/src/runtime/run-state.ts:80
Stable
Snapshot returned by RunStateTracker.snapshot.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
agentId? | readonly | string | packages/server/src/runtime/run-state.ts:87 |
completedAt? | readonly | number | packages/server/src/runtime/run-state.ts:85 |
error? | readonly | { code?: string; hint?: string; message: string; } | packages/server/src/runtime/run-state.ts:86 |
error.code? | readonly | string | packages/server/src/runtime/run-state.ts:86 |
error.hint? | readonly | string | packages/server/src/runtime/run-state.ts:86 |
error.message | readonly | string | packages/server/src/runtime/run-state.ts:86 |
kind | readonly | RunKind | packages/server/src/runtime/run-state.ts:82 |
runId | readonly | string | packages/server/src/runtime/run-state.ts:81 |
sessionId? | readonly | string | packages/server/src/runtime/run-state.ts:90 |
startedAt? | readonly | number | packages/server/src/runtime/run-state.ts:84 |
status | readonly | RunStatus | packages/server/src/runtime/run-state.ts:83 |
threadId? | readonly | string | packages/server/src/runtime/run-state.ts:89 |
userId? | readonly | string | packages/server/src/runtime/run-state.ts:91 |
workflowId? | readonly | string | packages/server/src/runtime/run-state.ts:88 |