Skip to content

Commit e93561d

Browse files
authored
Fix: Export LLMClient types (#388)
* Fix: Export LLMClient types * changeset'
1 parent ff00965 commit e93561d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .changeset/thin-squids-listen.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
Export LLMClient type

Diff for: lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,4 +626,4 @@ export * from "../types/model";
626626
export * from "../types/playwright";
627627
export * from "../types/stagehand";
628628
export * from "../types/page";
629-
export { LLMClient } from "./llm/LLMClient";
629+
export * from "./llm/LLMClient";

0 commit comments

Comments
 (0)