Skip to content

Commit afa389f

Browse files
feat(api): manual updates
1 parent 5787da6 commit afa389f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-cacb08bfd03b2d325b80318fc3f12bc7da16f229c21e9bd86050fff4ef7c67f7.yml
3-
openapi_spec_hash: 21dc2123dc758a738591bf914410041a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-09064f4021f94fb1b1bd86ce496d998318276b61bbc24de4728ecdb5763847ef.yml
3+
openapi_spec_hash: 911d0631010b372890f98545a038cfb5
44
config_hash: bb7561632c1f66c2b9efca06f438f904

buildSrc/src/main/kotlin/stagehand.publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configure<PublishingExtension> {
1010

1111
pom {
1212
name.set("Stagehand API")
13-
description.set("Stagehand SDK for AI browser automation. This API allows clients to execute\nbrowser automation tasks remotely on the Browserbase cloud.\n\nAll endpoints except /sessions/start require an active session ID. Responses are\nstreamed using Server-Sent Events (SSE) when the `x-stream-response: true`\nheader is provided.")
13+
description.set("Stagehand SDK for AI browser automation [ALPHA]. This API allows clients to\nexecute browser automation tasks remotely on the Browserbase cloud.\n\nAll endpoints except /sessions/start require an active session ID. Responses are\nstreamed using Server-Sent Events (SSE) when the `x-stream-response: true`\nheader is provided.\n\nThis SDK is currently ALPHA software and is not production ready! Please try it\nand give us your feedback, stay tuned for upcoming release announcements!")
1414
url.set("https://docs.stagehand.dev")
1515

1616
licenses {

0 commit comments

Comments
 (0)