Skip to content

Commit 34182a9

Browse files
committed
Allow skipping tags in browser
1 parent b92949d commit 34182a9

File tree

4 files changed

+257
-377
lines changed

4 files changed

+257
-377
lines changed

llmstack/common/acars/proto/runner.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ message PlaywrightBrowserRequest {
115115
int32 timeout = 3; // timeout in seconds
116116
string session_data = 4; // session data to restore
117117
bool stream_video = 5; // whether to stream video
118+
bool skip_tags = 6; // whether to skip tags
118119
}
119120

120121
message PlaywrightBrowserResponse {

llmstack/common/acars/proto/runner_pb2.py

Lines changed: 63 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)