We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6cd24 commit 545db58Copy full SHA for 545db58
1 file changed
stagehand/config.py
@@ -98,12 +98,8 @@ class StagehandConfig(BaseModel):
98
alias="localBrowserLaunchOptions",
99
description="Local browser launch options",
100
)
101
- use_api: bool = Field(
102
- True, alias="useAPI", description="Whether to use API mode"
103
- )
104
- experimental: bool = Field(
105
- False, description="Enable experimental features"
106
+ use_api: bool = Field(True, alias="useAPI", description="Whether to use API mode")
+ experimental: bool = Field(False, description="Enable experimental features")
107
108
model_config = ConfigDict(populate_by_name=True)
109
0 commit comments