RunReplayResponse
Result of a replay.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
runId |
yes | string (uuid) |
Identifier of the newly started run. | — |
sourceRunId |
yes | string (uuid) |
Identifier of the source run. Same as runs.replay_of_run_id. |
— |
toolMode |
yes | ReplayToolMode |
Tool mode applied. | — |
agentVersion |
no | integer (int32) |
Definition version used. null for a code agent. |
pattern `^-?(?:0\ |
modelId |
no | string |
Model used. | — |
output |
no | string |
Text produced by the model. | — |
compareLocation |
yes | string |
Address of the endpoint that places the two runs side by side. | — |