We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9a5b6 commit 73bfa10Copy full SHA for 73bfa10
1 file changed
python/restate/ext/openai/runner_wrapper.py
@@ -247,6 +247,10 @@ async def run(
247
"""
248
Run an agent with automatic Restate configuration.
249
250
+ Args:
251
+ use_restate_session: If True, creates a RestateSession for conversation persistence.
252
+ Requires running within a Restate Virtual Object context.
253
+
254
Returns:
255
The result from Runner.run
256
0 commit comments