Skip to content

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

PropertyModifierTypeDescriptionDefined in
maxArtifacts?readonlynumberDefault 100.packages/agent/src/progress/index.ts:69
role?readonlystring-packages/agent/src/progress/index.ts:65
runId?readonlystring-packages/agent/src/progress/index.ts:64
sinceSeq?readonlynumberSkip artifacts whose seq <= sinceSeq.packages/agent/src/progress/index.ts:67