From fa9581d17beb541ecc18ffbfde3932fb2d119e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Sun, 6 Sep 2026 05:08:26 -0400 Subject: [PATCH] docs: correct Args section in UiPathExecutionRuntime.stream docstring --- src/uipath/runtime/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uipath/runtime/base.py b/src/uipath/runtime/base.py index 246e974c..a9ec4695 100644 --- a/src/uipath/runtime/base.py +++ b/src/uipath/runtime/base.py @@ -195,8 +195,8 @@ async def stream( """Stream runtime execution with context. Args: - runtime: The runtime instance - context: The runtime context + input: The input data for the runtime + options: Streaming-specific execution options Yields: UiPathRuntimeEvent instances during execution and final UiPathRuntimeResult