Skip to content

Commit 67c7a4c

Browse files
committed
revet
1 parent b3523b5 commit 67c7a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/stagehand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface ConstructorParams {
4848
* See https://docs.browserbase.com/reference/api/create-a-session
4949
* Note: projectId is optional here as it will use the main projectId parameter if not provided
5050
*/
51-
browserbaseSessionCreateParams?: Omit<Browserbase.Sessions.SessionCreateParams, 'projectId'> & { projectId?: string };
51+
browserbaseSessionCreateParams?: Browserbase.Sessions.SessionCreateParams;
5252
/**
5353
* Enable caching of LLM responses
5454
* @default true

0 commit comments

Comments
 (0)