Skip to content

Commit 73bfa10

Browse files
committed
Add docstring
1 parent bc9a5b6 commit 73bfa10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/restate/ext/openai/runner_wrapper.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ async def run(
247247
"""
248248
Run an agent with automatic Restate configuration.
249249
250+
Args:
251+
use_restate_session: If True, creates a RestateSession for conversation persistence.
252+
Requires running within a Restate Virtual Object context.
253+
250254
Returns:
251255
The result from Runner.run
252256
"""

0 commit comments

Comments
 (0)