Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/core / / RunStepProviderResponse
Interface: RunStepProviderResponse
Defined in: packages/core/src/types/run.ts:57
Stable
Journaled model response for one step (opt-in via the agent's recordProviderResponses). Captures the RAW model output - the text before any lateral-leak block replaced it in the transcript - so a replay reproduces the original run faithfully.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
modelId | readonly | string | packages/core/src/types/run.ts:58 |
text? | readonly | string | packages/core/src/types/run.ts:59 |
toolCalls? | readonly | readonly ToolCall[] | packages/core/src/types/run.ts:60 |