We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f541b73 commit d5a1ef3Copy full SHA for d5a1ef3
llmstack/processors/providers/promptly/static_web_browser.py
@@ -122,6 +122,11 @@ def process(self) -> dict:
122
interactive=self._config.stream_video,
123
capture_screenshot=True,
124
tags_to_extract=self._config.tags_to_extract,
125
+ session_data=(
126
+ self._env["connections"][self._config.connection_id]["configuration"]["_storage_state"]
127
+ if self._config.connection_id
128
+ else ""
129
+ ),
130
) as web_browser:
131
if self._config.stream_video and web_browser.get_wss_url():
132
async_to_sync(
0 commit comments