diff --git a/docs/cloud/agent/streaming.mdx b/docs/cloud/agent/streaming.mdx index 1bd1fe08f..87cdfcdb9 100644 --- a/docs/cloud/agent/streaming.mdx +++ b/docs/cloud/agent/streaming.mdx @@ -61,4 +61,4 @@ while (true) { ``` -Each message has a `role` (`user`, `assistant`, `tool`), a `summary` for display, and a `type` (e.g. `browser_action`, `browser_action_result`). Browser action results include a `screenshot_url`. See the [API v3 Reference](/cloud/api-reference) for all fields. +Each message has a `role` (`user`, `assistant`, `tool`), a `summary` for display, and a `type` (e.g. `browser_action`, `browser_action_result`). Browser action results include a `screenshot_url`. See [List session messages](/cloud/api-v3/sessions/list-session-messages) for all fields.