Skip to content

Commit f9e8148

Browse files
feat: Update stainless.yml for project and publish settings
1 parent e7cad6c commit f9e8148

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 8
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-43e6dd4ce19381de488d296e9036fea15bfea9a6f946cf8ccf4e02aecc8fb765.yml
33
openapi_spec_hash: f736e7a8acea0d73e1031c86ea803246
4-
config_hash: 75b561cd2ba925e4f2a62ec2f1d13738
4+
config_hash: b375728ccf7d33287335852f4f59c293

lib/stagehand/internal/stream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Stream
2323
next if consume
2424

2525
case msg
26-
in {data: String => data} if data.start_with?("finished")
26+
in {data: String => data} if data.start_with?("{\"data\":{\"status\":\"finished\"")
2727
consume = true
2828
next
2929
in {data: String => data} if data.start_with?("error")

0 commit comments

Comments
 (0)