Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/agent / progress / ProgressReadOptions

Interface: ProgressReadOptions

Defined in: packages/agent/src/progress/index.ts:64

Per-call options for ProgressIO.read.

Stable

Properties

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