We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3523b5 commit 67c7a4cCopy full SHA for 67c7a4c
types/stagehand.ts
@@ -48,7 +48,7 @@ export interface ConstructorParams {
48
* See https://docs.browserbase.com/reference/api/create-a-session
49
* Note: projectId is optional here as it will use the main projectId parameter if not provided
50
*/
51
- browserbaseSessionCreateParams?: Omit<Browserbase.Sessions.SessionCreateParams, 'projectId'> & { projectId?: string };
+ browserbaseSessionCreateParams?: Browserbase.Sessions.SessionCreateParams;
52
/**
53
* Enable caching of LLM responses
54
* @default true
0 commit comments