Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/agent / progress / ProgressReadOptions
Interface: ProgressReadOptions
Defined in: packages/agent/src/progress/index.ts:63
Per-call options for ProgressIO.read.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
maxArtifacts? | readonly | number | Default 100. | packages/agent/src/progress/index.ts:69 |
role? | readonly | string | - | packages/agent/src/progress/index.ts:65 |
runId? | readonly | string | - | packages/agent/src/progress/index.ts:64 |
sinceSeq? | readonly | number | Skip artifacts whose seq <= sinceSeq. | packages/agent/src/progress/index.ts:67 |