From 233f56b717fc8c2bc907285098ea1eab0463ee72 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Sat, 7 Jun 2025 16:31:28 +0530 Subject: [PATCH] fix: streaming guide link on running-agents page --- docs/src/content/docs/guides/running-agents.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/running-agents.mdx b/docs/src/content/docs/guides/running-agents.mdx index cf098905..ed571f51 100644 --- a/docs/src/content/docs/guides/running-agents.mdx +++ b/docs/src/content/docs/guides/running-agents.mdx @@ -63,7 +63,7 @@ The additional options are: ## Streaming -Streaming allows you to additionally receive streaming events as the LLM runs. Once the stream is started, the `StreamedRunResult` will contain the complete information about the run, including all the new outputs produces. You can iterate over the streaming events using a `for await` loop. Read more in the [streaming guide](/guides/streaming). +Streaming allows you to additionally receive streaming events as the LLM runs. Once the stream is started, the `StreamedRunResult` will contain the complete information about the run, including all the new outputs produces. You can iterate over the streaming events using a `for await` loop. Read more in the [streaming guide](/openai-agents-js/guides/streaming). ## Run config