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 0337bba commit cf167a4Copy full SHA for cf167a4
.changeset/plenty-pandas-fly.md
@@ -0,0 +1,5 @@
1
+---
2
+"@browserbasehq/stagehand": patch
3
4
+
5
+export stagehand error classes so they can be referenced from @dist
lib/index.ts
@@ -918,3 +918,5 @@ export * from "../types/stagehand";
918
export * from "../types/operator";
919
export * from "../types/agent";
920
export * from "./llm/LLMClient";
921
+export * from "../types/stagehandErrors";
922
+export * from "../types/stagehandApiErrors";
0 commit comments