Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / RunStepProviderResponse
Interface: RunStepProviderResponse
Defined in: packages/core/src/types/run.ts:49
Journaled model response for one step (C3, 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.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
modelId | readonly | string | packages/core/src/types/run.ts:50 |
text? | readonly | string | packages/core/src/types/run.ts:51 |
toolCalls? | readonly | readonly ToolCall[] | packages/core/src/types/run.ts:52 |