File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 7
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-e52e8d3513159931200e5d4bd32cfdc475fe6e7db6b8015c394f5625b5a3ce1f .yml
3- openapi_spec_hash : fa597eb985cd1c3ba03acf68d6416857
4- config_hash : b138dc33d4d0880499266048be517958
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-705638ac8966569986bd9ebb7c9761bf0016909e9f2753e77ceabb12c8049511 .yml
3+ openapi_spec_hash : a8fbbcaa38e91c7f97313620b42d8d62
4+ config_hash : a35b56eb05306a0f02e83c11d57f975f
Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ import com.browserbase.api.models.sessions.SessionStartParams;
203203import com.browserbase.api.models.sessions.SessionStartResponse ;
204204
205205SessionStartParams params = SessionStartParams . builder()
206- .browserbaseApiKey(" BROWSERBASE_API_KEY " )
207- .browserbaseProjectId(" BROWSERBASE_PROJECT_ID " )
206+ .browserbaseApiKey(" your Browserbase API key " )
207+ .browserbaseProjectId(" your Browserbase Project ID " )
208208 .build();
209209HttpResponseFor<SessionStartResponse > response = client. sessions(). withRawResponse(). start(params);
210210
You can’t perform that action at this time.
0 commit comments